index.d.ts 140 B

1234
  1. import Mentions from './Mentions';
  2. import type { MentionsProps } from './Mentions';
  3. export type { MentionsProps };
  4. export default Mentions;