UNPKG

@types/codemirror

Version:
9 lines (7 loc) 251 B
import '../../'; declare module '../../' { interface EditorConfiguration { /** when enabled, adds the CSS class cm-trailingspace to stretches of whitespace at the end of lines. */ showTrailingSpace?: boolean | undefined; } }