UNPKG

alinea

Version:
6 lines (5 loc) 216 B
import type { CheckField } from './CheckField.js'; export interface CheckInputProps { field: CheckField; } export declare function CheckInput({ field }: CheckInputProps): import("react/jsx-runtime").JSX.Element;