mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
6 lines
143 B
TypeScript
6 lines
143 B
TypeScript
import { VNodeDirective } from 'vue'
|
|
|
|
export interface ElInfiniteScroll extends VNodeDirective {
|
|
name: 'infinite-scroll',
|
|
value: Function
|
|
} |