5 lines
140 B
TypeScript
5 lines
140 B
TypeScript
|
import Mentions from './Mentions';
|
||
|
import type { MentionsProps } from './Mentions';
|
||
|
export type { MentionsProps };
|
||
|
export default Mentions;
|