Skip to content

Commit fcf69fc

Browse files
committed
fix: address typescript compile issues
1 parent 3b6a959 commit fcf69fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: index.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export interface VueAxe
99
{
1010
run({ clearConsole, element }: RunOptions): void;
1111

12-
plugins: Record<object>;
12+
plugins: Record<string, any>;
1313

1414
clearConsole(forceClear: boolean): void;
1515

@@ -24,7 +24,7 @@ declare module 'vue/types/vue'
2424
}
2525
}
2626

27-
declare class VueAxe
27+
export declare class VueAxe
2828
{
2929
static install: PluginFunction<never>;
3030
}

0 commit comments

Comments
 (0)