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