lexical-beautiful-mentions
Version:
A mentions plugin for the lexical text editor.
12 lines (11 loc) • 401 B
TypeScript
export * from "./BeautifulMentionsPlugin";
export * from "./BeautifulMentionsPluginProps";
export * from "./MentionNode";
export * from "./PlaceholderNode";
export * from "./PlaceholderPlugin";
export * from "./ZeroWidthNode";
export * from "./ZeroWidthPlugin";
export * from "./createMentionNode";
export * from "./mention-converter";
export * from "./theme";
export * from "./useBeautifulMentions";