import { default as VuePopover } from './VuePopover.vue'; import { PopoverProps, PopoverShowEvent, PopoverHideEvent } from '../core/_Popover'; import { Placement } from '@floating-ui/dom'; export { VuePopover }; export type { PopoverProps, PopoverShowEvent, PopoverHideEvent, Placement }; //# sourceMappingURL=index.d.ts.map