UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

5 lines (4 loc) 254 B
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';