Skip to content

Commit 54aebf7

Browse files
fix(TS): add missing config fields to type (#724)
1 parent 2c57f06 commit 54aebf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/config.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ export interface Config {
44
eventWrapper(cb: (...args: any[]) => any): void
55
asyncUtilTimeout: number
66
defaultHidden: boolean
7+
showOriginalStrackTrace: boolean
78
throwSuggestions: boolean
9+
getElementError: (message: string, container: HTMLElement) => Error
810
}
911

1012
export interface ConfigFn {

0 commit comments

Comments
 (0)