Skip to content

Commit

Permalink
fix: address typescript compile issues
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 15, 2020
1 parent 3b6a959 commit fcf69fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export interface VueAxe
{
run({ clearConsole, element }: RunOptions): void;

plugins: Record<object>;
plugins: Record<string, any>;

clearConsole(forceClear: boolean): void;

Expand All @@ -24,7 +24,7 @@ declare module 'vue/types/vue'
}
}

declare class VueAxe
export declare class VueAxe
{
static install: PluginFunction<never>;
}
Expand Down

0 comments on commit fcf69fc

Please sign in to comment.