Skip to content

Commit

Permalink
Chore: Update infiniteScroll type (#15794)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun authored May 30, 2019
1 parent 2bf8682 commit 878a7f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions types/element-ui.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ export class Calendar extends ElCalendar {}
/** Backtop Component */
export class Backtop extends ElBacktop {}

/** InfiniteScroll Component */
export class InfiniteScroll extends ElInfiniteScroll {}
/** InfiniteScroll Directive */
export const InfiniteScroll: PluginObject<ElInfiniteScroll>;

/** PageHeader Component */
export class PageHeader extends ElPageHeader {}
2 changes: 1 addition & 1 deletion 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 878a7f8

Please sign in to comment.