修改IViewGlobalOptions.transfer的类型

This commit is contained in:
yangd 2019-04-15 14:18:05 +08:00
parent b5e0bdc2ee
commit 228279759c

View file

@ -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;