|
|
@@ -13,7 +13,7 @@ export const version: string;
|
|
|
|
|
|
export const locale: (l: any) => void;
|
|
|
|
|
|
-export function install(vue: typeof Vue, options: InstallationOptions): void;
|
|
|
+export function install(vue: typeof Vue, options?: InstallationOptions): void;
|
|
|
|
|
|
export declare class ActionSheet extends UIComponent {}
|
|
|
export declare class Badge extends UIComponent {}
|