UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

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 };