UNPKG

@react-form-builder/core

Version:

React JSON Schema Form Builder to create complex, validated, reusable forms with no deep React knowledge required

16 lines (15 loc) 367 B
import { QuantifierBuilder as r } from "./QuantifierBuilder.js"; class d extends r { /** * Sets the default value for the component property. * @param value the default value. * @returns the modified instance of the builder. */ default(e) { return super.default(e); } } export { d as SomeOfBuilder }; //# sourceMappingURL=SomeOfBuilder.js.map