mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-26 15:37:02 +00:00
c7b9ff6794
Lazy loaded Monaco
6 lines
294 B
TypeScript
6 lines
294 B
TypeScript
import type * as monaco from "monaco-editor/esm/vs/editor/editor.api";
|
|
export type { monaco };
|
|
|
|
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
|
|
export const loadMonaco = () => import(/* webpackChunkName: "lazy-monaco" */ "monaco-editor/esm/vs/editor/editor.api");
|