UNPKG

gather-content-ui

Version:
9 lines 340 B
declare function CommentText({ children, users, showFullText, currentUser, hasBeenEdited, }: any): import("react/jsx-runtime").JSX.Element | null; declare namespace CommentText { var defaultProps: { showFullText: boolean; hasBeenEdited: boolean; }; } export { CommentText }; //# sourceMappingURL=CommentText.d.ts.map