HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/node_modules/@types/codemirror/addon/selection/
Upload File :
Current File : //proc/self/root/usr/share/node_modules/@types/codemirror/addon/selection/mark-selection.d.ts
import '../../';

declare module '../../' {
    interface EditorConfiguration {
        /**
         * Causes the selected text to be marked with the CSS class CodeMirror-selectedtext or a custom class when the styleSelectedText option is enabled.
         * Useful to change the colour of the selection (in addition to the background).
         */
         styleSelectedText?: boolean | string | undefined;
    }
}