6 lines
185 B
TypeScript
6 lines
185 B
TypeScript
import Mentions from './Mentions';
|
|
import type { MentionsProps } from './Mentions';
|
|
export type { MentionsProps };
|
|
export { UnstableContext } from './context';
|
|
export default Mentions;
|