diff --git a/types/iview.components.d.ts b/types/iview.components.d.ts
index 1f155e3..e71fc84 100644
--- a/types/iview.components.d.ts
+++ b/types/iview.components.d.ts
@@ -65,8 +65,8 @@ export { Upload } from './upload';
 
 declare const API: {
     version: string;
-    locale: (l) => void;
-    i18n: (fn) => void;
+    locale: (l:any) => void;
+    i18n: (fn:any) => void;
     install: (
         Vue: Vue,
         opts: {
--
libgit2 0.21.4