Skip to content

Commit 0f0610b

Browse files
committed
types: Add return value to customResultHandler field in VueAxeOptions - close #33
1 parent ef5f919 commit 0f0610b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export interface VueAxeOptions {
135135
/**
136136
* Handle the results. (This may be needed for automated tests)
137137
*/
138-
customResultHandler?: (error: any, results: any);
138+
customResultHandler?: (error: any, results: any) => any;
139139
}
140140

141141
export interface VueAxe {

0 commit comments

Comments
 (0)