mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-29 18:57:36 +08:00
Chore: Update infiniteScroll type (#15794)
This commit is contained in:
parent
2bf8682a82
commit
878a7f8d43
4
types/element-ui.d.ts
vendored
4
types/element-ui.d.ts
vendored
@ -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
types/infiniteScroll.d.ts
vendored
2
types/infiniteScroll.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
import { VNodeDirective } from 'vue'
|
||||
|
||||
export interface ElLoadingDirective extends VNodeDirective {
|
||||
export interface ElInfiniteScroll extends VNodeDirective {
|
||||
name: 'infinite-scroll',
|
||||
value: Function
|
||||
}
|
Loading…
Reference in New Issue
Block a user