UNPKG

@monaco-editor/react

Version:

Monaco editor wrapper for easy/one-line integration with React applications (e.g. powered by create-react-app) without need of webpack configuration files

21 lines (20 loc) 336 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var styles = { wrapper: { display: 'flex', position: 'relative', textAlign: 'initial' }, fullWidth: { width: '100%' }, hide: { display: 'none' } }; var _default = styles; exports.default = _default;