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