UNPKG

tdesign-mobile-vue

Version:
16 lines (15 loc) 558 B
import { PropType } from 'vue'; declare const _default: { asyncLoading: { type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>; }; footer: { type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>; }; header: { type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>; }; onLoadMore: PropType<() => void>; onScroll: PropType<(bottomDistance: number, scrollTop: number) => void>; }; export default _default;