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.
1 parent 8034565 commit f8c91fdCopy full SHA for f8c91fd
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