gather-content-ui
Version:
GatherContent UI Library
9 lines • 340 B
TypeScript
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