UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

7 lines (6 loc) 330 B
import { IntlShape } from 'react-intl'; import { ComponentGroup, NormalizedComponentConfiguration } from '../types'; /** * Normalize the component configurations for a given component group. */ export declare const normalizeComponentConfiguration: (group: ComponentGroup, intl: IntlShape) => NormalizedComponentConfiguration[];