增加color-picker,input-number,modal,tabs的属性到d.ts中

This commit is contained in:
yangd 2018-09-03 12:50:11 +08:00
parent 03aa82e191
commit d6282db69b
4 changed files with 24 additions and 0 deletions

5
types/modal.d.ts vendored
View file

@ -78,6 +78,11 @@ export declare interface Modal {
* .ivu-modal-wrap的类名
*/
'class-name'?: string;
/**
*
* @default 1000
*/
'z-index'?: number;
/**
* ,
* @default ['ease', 'fade']