props.d.ts 96 B

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