props.d.ts 98 B

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