fx-form-widget
Version:
6 lines (5 loc) • 427 B
TypeScript
import { Data, Partition, Schema } from ".";
export declare const transformSchemaChildrenToValue: (schemas: any, map: Map<string, any>) => any;
export declare const transformSchemaToValue: (schema: any, map: Map<string, any>) => any;
export declare const transformPartitionsToSchemas: (partitions: Partition[], map: Map<string, any>) => Schema[];
export declare const transformArrayToMap: (datas?: Data[]) => Map<string, any>;