@@ -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
}