mirror of https://github.com/ElemeFE/element
Alert: update type definition (#15186)
parent
d9462ab771
commit
52959d0630
|
@ -26,6 +26,6 @@ export declare class ElAlert extends ElementUIComponent {
|
||||||
/** If a type icon is displayed */
|
/** If a type icon is displayed */
|
||||||
showIcon: boolean
|
showIcon: boolean
|
||||||
|
|
||||||
/** Choose theme */
|
/** Choose effect */
|
||||||
theme: AlertEffect
|
effect: AlertEffect
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue