UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

6 lines (5 loc) 244 B
import React from 'react'; import { MentionsProps } from './interface'; declare const MentionsComponent: React.ForwardRefExoticComponent<MentionsProps & React.RefAttributes<unknown>>; export default MentionsComponent; export { MentionsProps };