tdesign-mobile-vue
Version:
tdesign-mobile-vue
9 lines (8 loc) • 367 B
TypeScript
import _PullDownRefresh from './pull-down-refresh';
import { WithInstallType } from '../shared';
import './style';
import { TdPullDownRefreshProps } from './type';
export * from './type';
export declare type PullDownRefreshProps = TdPullDownRefreshProps;
export declare const PullDownRefresh: WithInstallType<typeof _PullDownRefresh>;
export default PullDownRefresh;