We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9129575 + f8c91fd commit b23c9a9Copy full SHA for b23c9a9
src/styles.ts
@@ -17,7 +17,7 @@ export interface ReactDiffViewerStyles {
17
emptyGutter?: string;
18
emptyLine?: string;
19
codeFold?: string;
20
- [key: string]: string;
+ [key: string]: string | undefined;
21
}
22
23
export interface ReactDiffViewerStylesOverride {
0 commit comments