UNPKG

solive-core

Version:

Solidity Monaco Editor Core Library

11 lines 412 B
/// <reference types="react" /> import BaseMonaco from 'monaco-editor'; import { ModelInfoType } from '../types/monaco'; interface IProps { modelInfos: ModelInfoType[]; disableValidation?: boolean; monacoEditorOptions?: BaseMonaco.editor.IStandaloneEditorConstructionOptions; } declare function App(props: IProps): JSX.Element; export default App; //# sourceMappingURL=monacoEditor.d.ts.map