4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
|
import { TdPullDownRefreshProps } from './type';
|
||
|
declare const props: TdPullDownRefreshProps;
|
||
|
export default props;
|