|
@@ -3,7 +3,7 @@ import Vue from 'vue'
|
|
/** ElementUI component common definition */
|
|
/** ElementUI component common definition */
|
|
export declare class ElementUIComponent extends Vue {
|
|
export declare class ElementUIComponent extends Vue {
|
|
/** Install component into Vue */
|
|
/** Install component into Vue */
|
|
- static install (vue: typeof Vue)
|
|
|
|
|
|
+ static install (vue: typeof Vue): void
|
|
}
|
|
}
|
|
|
|
|
|
/** Component size definition for button, input, etc */
|
|
/** Component size definition for button, input, etc */
|