props.d.ts 102 B

123
  1. import { TdTextareaProps } from './type';
  2. declare const props: TdTextareaProps;
  3. export default props;