tdesign-mobile-vue
Version:
tdesign-mobile-vue
16 lines (15 loc) • 558 B
TypeScript
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;