Skip to content

Commit

Permalink
Revert "Chore: Update infiniteScroll type (#15787)"
Browse files Browse the repository at this point in the history
This reverts commit d70ae24.
  • Loading branch information
iamkun authored May 30, 2019
1 parent d70ae24 commit 3317093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/infiniteScroll.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { VNodeDirective } from 'vue'

export interface ElInfiniteScroll extends VNodeDirective {
export interface ElLoadingDirective extends VNodeDirective {
name: 'infinite-scroll',
value: Function
}
}

0 comments on commit 3317093

Please sign in to comment.