UNPKG

alinea

Version:
6 lines (5 loc) 222 B
import type { JsonField } from './JsonField.js'; export interface JsonInputProps<T> { field: JsonField<T>; } export declare function JsonInput<T>({ field }: JsonInputProps<T>): import("react/jsx-runtime").JSX.Element;