UNPKG

@useloops/design-system

Version:

The official React based Loops design system

7 lines (4 loc) 232 B
import * as react from 'react'; import { CommentCardProps } from './types.js'; declare const CommentCard: react.ForwardRefExoticComponent<CommentCardProps & react.RefAttributes<HTMLDivElement>>; export { CommentCard as default };