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