5 lines
254 B
TypeScript
5 lines
254 B
TypeScript
export { default as NPopover, popoverProps } from './src/Popover';
|
|
export type { PopoverProps } from './src/Popover';
|
|
export type { PopoverTrigger, PopoverInst } from './src/interface';
|
|
export type { FollowerPlacement as PopoverPlacement } from 'vueuc';
|