fix merge result

This commit is contained in:
meganrogge
2022-03-17 15:21:29 -04:00
parent 900d0132cb
commit ba4252bc0b
+1 -2
View File
@@ -446,8 +446,7 @@ declare module 'xterm' {
* This will only take effect when {@link IDecorationOptions.overviewRulerOptions}
* were provided initially.
*/
overviewRulerOptions?: Pick<
Options, 'color'>;
overviewRulerOptions?: Pick<IDecorationOverviewRulerOptions, 'color'>;
}