增加color-picker,input-number,modal,tabs的属性到d.ts中
This commit is contained in:
parent
03aa82e191
commit
d6282db69b
4 changed files with 24 additions and 0 deletions
5
types/modal.d.ts
vendored
5
types/modal.d.ts
vendored
|
@ -78,6 +78,11 @@ export declare interface Modal {
|
|||
* 设置对话框容器.ivu-modal-wrap的类名,可辅助实现垂直居中等自定义效果
|
||||
*/
|
||||
'class-name'?: string;
|
||||
/**
|
||||
* 层级
|
||||
* @default 1000
|
||||
*/
|
||||
'z-index'?: number;
|
||||
/**
|
||||
* 自定义显示动画,第一项是模态框,第二项是背景,
|
||||
* @default ['ease', 'fade']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue