UNPKG

el-table-infinite-scroll

Version:
5 lines (4 loc) 201 B
import type { Plugin } from 'vue'; import InfiniteScrollUp from './infinite-scroll-up'; declare const ElTableInfiniteScrollUp: typeof InfiniteScrollUp & Plugin; export default ElTableInfiniteScrollUp;