Skip to content

Commit 9a7a804

Browse files
committed
fixing VueAuthenticatePlugin type
1 parent f81d827 commit 9a7a804

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

types/index.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ export declare class VueAuthenticate {
6161
): Promise<{}>;
6262
}
6363

64-
export const VueAuthenticatePlugin: (app: App, options?: AuthenticateOptions) => void;
64+
declare namespace VueAuthenticatePlugin {
65+
function install(app: any, options: any): void;
66+
}
6567

6668
export interface AuthenticateOptions {
6769
baseUrl?: string;

0 commit comments

Comments
 (0)