4 lines
163 B
TypeScript
4 lines
163 B
TypeScript
export { default as mentionDark } from './dark';
|
|
export { default as mentionLight } from './light';
|
|
export type { MentionTheme, MentionThemeVars } from './light';
|