mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
fix merge result
This commit is contained in:
Vendored
+1
-2
@@ -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'>;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user