diff --git a/types/iview.components.d.ts b/types/iview.components.d.ts index 6f7d844b..85c29f59 100644 --- a/types/iview.components.d.ts +++ b/types/iview.components.d.ts @@ -65,7 +65,7 @@ export { Upload } from './upload'; interface IViewGlobalOptions{ size?: string; - transfer?: string; + transfer?: boolean | string; select: { arrow: string; customArrow: string;