UNPKG

@types/codemirror

Version:
15 lines (12 loc) 261 B
import '../..'; import '../dialog/dialog'; declare module '../../' { interface CommandActions { jumpToLine(cm: Editor): void; } interface EditorConfiguration { search?: { bottom: boolean; } | undefined; } }