修改IViewGlobalOptions.transfer的类型
This commit is contained in:
parent
b5e0bdc2ee
commit
228279759c
1 changed files with 1 additions and 1 deletions
2
types/iview.components.d.ts
vendored
2
types/iview.components.d.ts
vendored
|
@ -65,7 +65,7 @@ export { Upload } from './upload';
|
||||||
|
|
||||||
interface IViewGlobalOptions{
|
interface IViewGlobalOptions{
|
||||||
size?: string;
|
size?: string;
|
||||||
transfer?: string;
|
transfer?: boolean | string;
|
||||||
select: {
|
select: {
|
||||||
arrow: string;
|
arrow: string;
|
||||||
customArrow: string;
|
customArrow: string;
|
||||||
|
|
Loading…
Add table
Reference in a new issue