Skip to content

Commit 2bf8682

Browse files
authored
Revert "Chore: Update infiniteScroll type (#15787)" (#15793)
This reverts commit d70ae24.
1 parent d70ae24 commit 2bf8682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/infiniteScroll.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { VNodeDirective } from 'vue'
22

3-
export interface ElInfiniteScroll extends VNodeDirective {
3+
export interface ElLoadingDirective extends VNodeDirective {
44
name: 'infinite-scroll',
55
value: Function
6-
}
6+
}

0 commit comments

Comments
 (0)