Skip to content

Commit

Permalink
Chore: Update infiniteScroll type (ElemeFE#15787)
Browse files Browse the repository at this point in the history
  • Loading branch information
notcold authored and iamkun committed May 30, 2019
1 parent bfdb814 commit d70ae24
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 ElLoadingDirective extends VNodeDirective {
export interface ElInfiniteScroll extends VNodeDirective {
name: 'infinite-scroll',
value: Function
}
}

0 comments on commit d70ae24

Please sign in to comment.