@cainiaofe/cn-ui-m
Version:
10 lines (9 loc) • 337 B
TypeScript
import './cn-input-textarea.scss';
import { CnInputTextAreaProps } from './types';
export declare const CnInputTextArea: {
(props: CnInputTextAreaProps): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
displayName: string;
defaultProps: {
showLimitHint: boolean;
};
};