UNPKG

261 BTypeScriptView Raw
1import "../..";
2import "../dialog/dialog";
3
4declare module "../../" {
5 interface CommandActions {
6 jumpToLine(cm: Editor): void;
7 }
8
9 interface EditorConfiguration {
10 search?: {
11 bottom: boolean;
12 } | undefined;
13 }
14}