mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Carbon: Remove implicit any from .d.ts
This commit is contained in:
2
types/component.d.ts
vendored
2
types/component.d.ts
vendored
@@ -3,7 +3,7 @@ import Vue from 'vue'
|
||||
/** ElementUI component common definition */
|
||||
export declare class ElementUIComponent extends Vue {
|
||||
/** Install component into Vue */
|
||||
static install (vue: typeof Vue)
|
||||
static install (vue: typeof Vue): void
|
||||
}
|
||||
|
||||
/** Component size definition for button, input, etc */
|
||||
|
||||
Reference in New Issue
Block a user