UNPKG

415 BTypeScriptView Raw
1import "../../";
2
3declare module "../../" {
4 interface EditorConfiguration {
5 /**
6 * Causes the selected text to be marked with the CSS class CodeMirror-selectedtext or a custom class when the styleSelectedText option is enabled.
7 * Useful to change the colour of the selection (in addition to the background).
8 */
9 styleSelectedText?: boolean | string | undefined;
10 }
11}