mirror of https://github.com/ElemeFE/element
6 lines
143 B
TypeScript
6 lines
143 B
TypeScript
![]() |
import { VNodeDirective } from 'vue'
|
||
|
|
||
![]() |
export interface ElInfiniteScroll extends VNodeDirective {
|
||
![]() |
name: 'infinite-scroll',
|
||
|
value: Function
|
||
![]() |
}
|