Merge pull request #5156 from yangdan8/2.0_修正table中render函数返回类型
删除无用的导入VNode
This commit is contained in:
commit
62332a0e58
17 changed files with 17 additions and 17 deletions
2
types/affix.d.ts
vendored
2
types/affix.d.ts
vendored
|
@ -2,7 +2,7 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue, { VNode } from 'vue';
|
import Vue from 'vue';
|
||||||
|
|
||||||
export declare interface Affix extends Vue {
|
export declare interface Affix extends Vue {
|
||||||
/**
|
/**
|
||||||
|
|
2
types/anchor.d.ts
vendored
2
types/anchor.d.ts
vendored
|
@ -2,7 +2,7 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue, { VNode } from 'vue';
|
import Vue from 'vue';
|
||||||
|
|
||||||
export declare interface Anchor extends Vue {
|
export declare interface Anchor extends Vue {
|
||||||
/**
|
/**
|
||||||
|
|
2
types/avatar.d.ts
vendored
2
types/avatar.d.ts
vendored
|
@ -2,7 +2,7 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue, { VNode } from 'vue';
|
import Vue from 'vue';
|
||||||
|
|
||||||
export declare interface Avatar extends Vue {
|
export declare interface Avatar extends Vue {
|
||||||
/**
|
/**
|
||||||
|
|
2
types/back-top.d.ts
vendored
2
types/back-top.d.ts
vendored
|
@ -2,7 +2,7 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue, { VNode } from 'vue';
|
import Vue from 'vue';
|
||||||
|
|
||||||
export declare interface BackTop extends Vue {
|
export declare interface BackTop extends Vue {
|
||||||
/**
|
/**
|
||||||
|
|
2
types/badge.d.ts
vendored
2
types/badge.d.ts
vendored
|
@ -2,7 +2,7 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue, { VNode } from 'vue';
|
import Vue from 'vue';
|
||||||
|
|
||||||
export declare interface Badge extends Vue {
|
export declare interface Badge extends Vue {
|
||||||
/**
|
/**
|
||||||
|
|
2
types/button.d.ts
vendored
2
types/button.d.ts
vendored
|
@ -2,7 +2,7 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue, { VNode } from 'vue';
|
import Vue from 'vue';
|
||||||
|
|
||||||
export declare interface Button extends Vue {
|
export declare interface Button extends Vue {
|
||||||
/**
|
/**
|
||||||
|
|
2
types/carousel.d.ts
vendored
2
types/carousel.d.ts
vendored
|
@ -2,7 +2,7 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue, { VNode } from 'vue';
|
import Vue from 'vue';
|
||||||
|
|
||||||
export declare interface Carousel extends Vue {
|
export declare interface Carousel extends Vue {
|
||||||
/**
|
/**
|
||||||
|
|
2
types/cascader.d.ts
vendored
2
types/cascader.d.ts
vendored
|
@ -2,7 +2,7 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue, { VNode } from 'vue';
|
import Vue from 'vue';
|
||||||
|
|
||||||
export declare interface Cascader extends Vue {
|
export declare interface Cascader extends Vue {
|
||||||
/**
|
/**
|
||||||
|
|
2
types/content.d.ts
vendored
2
types/content.d.ts
vendored
|
@ -2,7 +2,7 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue, { VNode } from 'vue';
|
import Vue from 'vue';
|
||||||
|
|
||||||
export declare interface Content extends Vue {
|
export declare interface Content extends Vue {
|
||||||
}
|
}
|
2
types/divider.d.ts
vendored
2
types/divider.d.ts
vendored
|
@ -2,7 +2,7 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue, { VNode } from 'vue';
|
import Vue from 'vue';
|
||||||
|
|
||||||
export declare interface Divider extends Vue {
|
export declare interface Divider extends Vue {
|
||||||
/**
|
/**
|
||||||
|
|
2
types/footer.d.ts
vendored
2
types/footer.d.ts
vendored
|
@ -2,7 +2,7 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue, { VNode } from 'vue';
|
import Vue from 'vue';
|
||||||
|
|
||||||
export declare interface Footer extends Vue {
|
export declare interface Footer extends Vue {
|
||||||
}
|
}
|
2
types/header.d.ts
vendored
2
types/header.d.ts
vendored
|
@ -2,7 +2,7 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue, { VNode } from 'vue';
|
import Vue from 'vue';
|
||||||
|
|
||||||
export declare interface Header extends Vue {
|
export declare interface Header extends Vue {
|
||||||
}
|
}
|
2
types/icon.d.ts
vendored
2
types/icon.d.ts
vendored
|
@ -2,7 +2,7 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue, { VNode } from 'vue';
|
import Vue from 'vue';
|
||||||
|
|
||||||
export declare interface Icon extends Vue {
|
export declare interface Icon extends Vue {
|
||||||
/**
|
/**
|
||||||
|
|
2
types/input-number.d.ts
vendored
2
types/input-number.d.ts
vendored
|
@ -2,7 +2,7 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue, { VNode } from 'vue';
|
import Vue from 'vue';
|
||||||
|
|
||||||
export declare interface InputNumber extends Vue {
|
export declare interface InputNumber extends Vue {
|
||||||
/**
|
/**
|
||||||
|
|
2
types/iview.components.d.ts
vendored
2
types/iview.components.d.ts
vendored
|
@ -2,7 +2,7 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue, { VNode } from 'vue';
|
import Vue from 'vue';
|
||||||
|
|
||||||
export { Affix } from './affix';
|
export { Affix } from './affix';
|
||||||
export { Alert } from './alert';
|
export { Alert } from './alert';
|
||||||
|
|
2
types/loading-bar.d.ts
vendored
2
types/loading-bar.d.ts
vendored
|
@ -2,7 +2,7 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue, { VNode } from 'vue';
|
import Vue from 'vue';
|
||||||
|
|
||||||
export const LoadingBar: LoadingBarClass;
|
export const LoadingBar: LoadingBarClass;
|
||||||
|
|
||||||
|
|
2
types/steps.d.ts
vendored
2
types/steps.d.ts
vendored
|
@ -2,7 +2,7 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue, { VNode } from 'vue';
|
import Vue from 'vue';
|
||||||
|
|
||||||
export declare interface Steps extends Vue {
|
export declare interface Steps extends Vue {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue