4 lines
185 B
TypeScript
4 lines
185 B
TypeScript
export { default as NMention, mentionProps } from './src/Mention';
|
|
export type { MentionProps } from './src/Mention';
|
|
export type { MentionOption, MentionInst } from './src/interface';
|