UNPKG

@kbgarcia8/react-dynamic-form

Version:

A form that can be nested with editable, expandable and flexible input-forms

6 lines 217 B
export type ColorString = string & { __brand: 'color'; }; export declare const isColor: (value: string) => boolean; export declare const asColor: (value: string) => ColorString; //# sourceMappingURL=utils.d.ts.map