UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

12 lines (11 loc) 492 B
import { DateTimeComponentSchema } from '@open-formulieren/types'; import { ComponentPreviewProps } from '../types'; /** * Show a formio date component preview. * * NOTE: for the time being, this is rendered in the default Formio bootstrap style, * however at some point this should use the components of * @open-formulieren/formio-renderer instead for a more accurate preview. */ declare const Preview: React.FC<ComponentPreviewProps<DateTimeComponentSchema>>; export default Preview;