UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 367 B
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;