UNPKG

@rjsf/core

Version:

A simple React component capable of building HTML forms out of a JSON schema.

5 lines 372 B
/** Internal only symbol used by `Form` & `ObjectField` to mark an additional property element to be removed */ export declare const ADDITIONAL_PROPERTY_KEY_REMOVE: unique symbol; /** Internal only symbol used by the `reset()` function to indicate that a reset operation is happening */ export declare const IS_RESET: unique symbol; //# sourceMappingURL=constants.d.ts.map