UNPKG

alinea

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