UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

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