Skip to content

Commit

Permalink
Merge pull request #53 from jamiewinder/patch-1
Browse files Browse the repository at this point in the history
Fix strict typings of ReactDiffViewerStyles
  • Loading branch information
praneshr authored Nov 26, 2019
2 parents 9129575 + f8c91fd commit b23c9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface ReactDiffViewerStyles {
emptyGutter?: string;
emptyLine?: string;
codeFold?: string;
[key: string]: string;
[key: string]: string | undefined;
}

export interface ReactDiffViewerStylesOverride {
Expand Down

0 comments on commit b23c9a9

Please sign in to comment.