UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

8 lines (7 loc) 265 B
/// <reference types="react" /> import { DateConstraintKey } from './types'; export interface FixedValueDateFieldProps { constraint: DateConstraintKey; } declare const FixedValueDateField: React.FC<FixedValueDateFieldProps>; export default FixedValueDateField;