Alert: update type definition (#15186)

pull/15050/head
hetech 2019-04-19 12:11:58 +08:00 committed by GitHub
parent d9462ab771
commit 52959d0630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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
}