UNPKG

@react-form-builder/core

Version:

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

19 lines (18 loc) 664 B
import { event as t } from "../annotation/eventAnnotation.js"; import { htmlAttributes as o } from "../annotation/htmlAttributesAnnotation.js"; import { renderWhen as i } from "../annotation/renderWhenAnnotation.js"; import { tooltipProps as r } from "../annotation/tooltipPropsAnnotation.js"; import { validation as m } from "../annotation/validationAnnotation.js"; import { DidMountEvent as l, WillUnmountEvent as e } from "../event/eventNames.js"; const s = [ r.build("tooltipProps"), i.build("renderWhen"), o.build("htmlAttributes"), m.build("validation"), t.build(l), t.build(e) ]; export { s as modules }; //# sourceMappingURL=constants.js.map