props.d.ts 249 B

1234567
  1. /**
  2. * 该文件为脚本自动生成文件,请勿随意修改。如需修改请联系 PMC
  3. * updated at 2021-11-24 10:58:05
  4. * */
  5. import { TdPullDownRefreshProps } from './type';
  6. declare const props: TdPullDownRefreshProps;
  7. export default props;