UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 258 B
import { TNode } from '../common'; export interface TdListProps { asyncLoading?: string | TNode; footer?: string | TNode; header?: string | TNode; onLoadMore?: () => void; onScroll?: (bottomDistance: number, scrollTop: number) => void; }