UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

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