UNPKG

@chamn/engine

Version:
11 lines (10 loc) 347 B
import { default as React } from 'react'; import { CSetter } from '../type'; import { EditorType } from '../../../../MonacoEditor'; export declare const FunctionSetter: CSetter<{ mode: 'modal' | 'inline'; containerStyle?: React.CSSProperties; minimap?: boolean; lineNumber?: boolean; editorOptions?: EditorType['options']; }>;