Commit d180ec5c authored by Axel Manuel's avatar Axel Manuel Committed by 杨奕

Carbon: Remove implicit any from .d.ts

parent 6a172c75
...@@ -3,7 +3,7 @@ import Vue from 'vue' ...@@ -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 */
......
...@@ -77,7 +77,7 @@ declare namespace ElementUI { ...@@ -77,7 +77,7 @@ declare namespace ElementUI {
* Please do not invoke this method directly. * Please do not invoke this method directly.
* Call `Vue.use(ElementUI)` to install. * Call `Vue.use(ElementUI)` to install.
*/ */
export function install (vue: typeof Vue, options: ElementUI.InstallationOptions) export function install (vue: typeof Vue, options: ElementUI.InstallationOptions): void
/** ElementUI component common definition */ /** ElementUI component common definition */
export type Component = ElementUIComponent export type Component = ElementUIComponent
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment