UNPKG

alinea

Version:
6 lines (5 loc) 210 B
import type { CodeField } from './CodeField.js'; export interface CodeInputProps { field: CodeField; } export declare function CodeInput({ field }: CodeInputProps): import("react/jsx-runtime").JSX.Element;