UNPKG

@sms-frontend/components

Version:

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