UNPKG

react-forminate

Version:

React.js + Typescript package that creates dynamic UI forms based on the JSON schema

3 lines (2 loc) 145 B
export declare const isConvertableToNumber: (value: number | string) => boolean; export declare const customStringify: (obj: unknown) => string;