UNPKG

@brizy/ui

Version:
11 lines (10 loc) 300 B
import { ReactElement } from "react"; export interface Props { mode: "css" | "xml" | "javascript"; value: string; height?: string; onChange: (e: string) => void; onBlur?: VoidFunction; onFocus?: VoidFunction; } export declare const Codemirror: (props: Props) => ReactElement;