UNPKG

@cainiaofe/cn-ui-m

Version:
11 lines (10 loc) 373 B
/// <reference types="react" /> import type { CnInputTextAreaProps } from './types'; export declare const CnInputTextArea: { (props: CnInputTextAreaProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; defaultProps: { showLimitHint: boolean; }; }; export type { CnInputTextAreaProps };