UNPKG

@makeen.io/material-ui-kit

Version:
9 lines (8 loc) 287 B
export declare type ReadMoreProps = { showCharCount?: number; text?: string; wrapClassName: string; wrapTextClassName: string; }; declare const _default: ({ text, wrapClassName, wrapTextClassName, showCharCount, }: ReadMoreProps) => JSX.Element; export default _default;