UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

7 lines (6 loc) 233 B
import { DateConstraintKey } from './types'; export interface DateConstraintProps { constraint: DateConstraintKey; } declare const DateConstraintValidation: React.FC<DateConstraintProps>; export default DateConstraintValidation;