UNPKG

@nodeject/ui-components

Version:

UI library for non-trivial components

4 lines (3 loc) 130 B
import * as React from 'react'; import { CommentProps } from '../types'; export declare const Comment: React.FC<CommentProps>;