UNPKG

@yuntijs/ui

Version:

☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps

7 lines (6 loc) 415 B
import { Monaco } from '@monaco-editor/loader'; import { EditorMeta } from './controller'; export declare const getSingletonMonaco: (options?: any) => Promise<typeof import("monaco-editor")>; export declare const getCommonMonaco: (config: any) => Promise<Monaco>; export declare function getMonaco(config?: any): Promise<typeof import("monaco-editor")>; export declare function configure(config: EditorMeta): void;