UNPKG

@patternfly/react-code-editor

Version:

This package provides a PatternFly wrapper for the Monaco code editor

7 lines 314 B
import type { editor as monacoEditor } from 'monaco-editor/esm/vs/editor/editor.api'; /** * Define the themes `pf-v6-theme-light` and * `pf-v6-theme-dark` for an instance of Monaco editor. */ export declare const defineThemes: (editor: typeof monacoEditor) => void; //# sourceMappingURL=CodeEditorTheme.d.ts.map