UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

8 lines (7 loc) 269 B
import { PropsWithChildren } from 'react'; interface ContentPlaceholderProps extends PropsWithChildren { variant: 'builder' | 'designer'; testId?: string; } declare const ContentPlaceholder: React.FC<ContentPlaceholderProps>; export default ContentPlaceholder;