UNPKG

xbpr

Version:

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

8 lines (7 loc) 265 B
import React from 'react'; import { CommentProps } from './interface'; declare const CommentRef: React.ForwardRefExoticComponent<CommentProps & { children?: React.ReactNode; } & React.RefAttributes<unknown>>; export default CommentRef; export { CommentProps };