UNPKG

naive-ui

Version:

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

5 lines (4 loc) 240 B
export type { MentionInst, MentionOption } from './src/interface'; export { mentionProps, default as NMention } from './src/Mention'; export type { MentionProps, MentionSlots } from './src/Mention'; export type * from './src/public-types';