UNPKG

404 BTypeScriptView Raw
1import '../../';
2
3declare module '../../' {
4 interface EditorConfiguration {
5 /**
6 * When set to true, will make the editor full-screen (as in, taking up the whole browser window).
7 * Depends on fullscreen.css
8 * @see {@link https://codemirror.net/doc/manual.html#addon_fullscreen}
9 * @default false
10 */
11 fullScreen?: boolean | undefined;
12 }
13}