arrow.mjs 296 B

123456789101112
  1. import { buildProps } from '../../../utils/vue/props/runtime.mjs';
  2. const popperArrowProps = buildProps({
  3. arrowOffset: {
  4. type: Number,
  5. default: 5
  6. }
  7. });
  8. const usePopperArrowProps = popperArrowProps;
  9. export { popperArrowProps, usePopperArrowProps };
  10. //# sourceMappingURL=arrow.mjs.map