UNPKG

el-table-infinite-scroll

Version:
7 lines (6 loc) 226 B
import type { ObjectDirective } from 'vue'; declare const ElTableInfiniteScroll: ObjectDirective; export default ElTableInfiniteScroll; export declare function useScrollElem(el: HTMLElement): { scrollElem: HTMLElement; };