UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

7 lines (6 loc) 272 B
import { IntlShape } from 'react-intl'; import { ReferenceListsTable, ReferenceListsTableItem } from './types'; export declare function transformItems(items: ReferenceListsTableItem[] | ReferenceListsTable[], intl: IntlShape): { value: string; label: string; }[];