UNPKG

@nodeject/ui-components

Version:

UI library for non-trivial components

5 lines (4 loc) 209 B
import * as React from 'react'; import { CommentListComposition, CommentListProps } from '../types'; declare const CommentList: React.FC<CommentListProps> & CommentListComposition; export { CommentList };