Skip to content

Commit

Permalink
fix(TS): add missing config fields to type (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
thepelkus-too committed Jul 30, 2020
1 parent 2c57f06 commit 54aebf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ export interface Config {
eventWrapper(cb: (...args: any[]) => any): void
asyncUtilTimeout: number
defaultHidden: boolean
showOriginalStrackTrace: boolean
throwSuggestions: boolean
getElementError: (message: string, container: HTMLElement) => Error
}

export interface ConfigFn {
Expand Down

0 comments on commit 54aebf7

Please sign in to comment.