Alert: update type definition (#15186)

This commit is contained in:
hetech
2019-04-19 12:11:58 +08:00
committed by GitHub
parent d9462ab771
commit 52959d0630

4
types/alert.d.ts vendored
View File

@@ -26,6 +26,6 @@ export declare class ElAlert extends ElementUIComponent {
/** If a type icon is displayed */
showIcon: boolean
/** Choose theme */
theme: AlertEffect
/** Choose effect */
effect: AlertEffect
}