props.d.ts 116 B

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