mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-25 23:16:56 +00:00
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");
|