UNPKG

@tutim/fields

Version:

form infrastructure for web applications

4 lines (3 loc) 193 B
import React from 'react'; import { FieldsByKey, FormLayout } from '@tutim/types'; export declare const getGroupFields: (formLayout: FormLayout, fieldsByKey: FieldsByKey) => React.ReactNode[];