diff --git a/types/iview.components.d.ts b/types/iview.components.d.ts index 6f7d844..85c29f5 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; -- libgit2 0.21.4