UNPKG

use-monaco

Version:

[![npm](https://img.shields.io/npm/v/use-monaco)](https://npm.im/use-monaco)

25 lines (24 loc) 577 B
declare const _default: { base: string; inherit: boolean; rules: ({ token: string; foreground: string; fontStyle?: undefined; } | { token: string; fontStyle: string; foreground?: undefined; } | { token: string; foreground: string; fontStyle: string; })[]; colors: { 'editor.background': string; 'editor.foreground': string; 'editorIndentGuide.background': string; 'editorIndentGuide.activeBackground': string; }; }; export default _default;