@tutim/headless
Version:
form infrastructure for web applications
6 lines (5 loc) • 326 B
TypeScript
import React from 'react';
import { FieldsByKey, FieldConfig } from '@tutim/types';
export declare const getFieldsFromMap: (fieldsByKey: FieldsByKey) => React.ReactNode[];
export declare const getChildConfigs: (parentConfig: FieldConfig) => FieldConfig[];
export declare const getFieldRelativeKeys: (key: string) => string[];