mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
MD Editor: Started work on input interface
Created implementation for codemirror, yet to use it.
This commit is contained in:
4
resources/js/global.d.ts
vendored
4
resources/js/global.d.ts
vendored
@@ -15,4 +15,6 @@ declare global {
|
||||
baseUrl: (path: string) => string;
|
||||
importVersioned: (module: string) => Promise<object>;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export type CodeModule = (typeof import('./code/index.mjs'));
|
Reference in New Issue
Block a user