@react-form-builder/core
Version:
React JSON Schema Form Builder to create complex, validated, reusable forms with no deep React knowledge required
32 lines (31 loc) • 675 B
JavaScript
import { addOrUpdateFeatures as e } from "../define/utils/ComponentFeature.js";
import { cfDisableAdditionalProperties as i, cfDisableStyleProperties as d, cfDisableTooltipProperties as r } from "../define/utils/integratedComponentFeatures.js";
import { Model as t } from "../define/utils/Model.js";
import { Modal as a } from "./Modal.js";
const l = e(
{},
{ name: r, value: !0 },
{ name: d, value: !0 },
{ name: i, value: !0 }
), o = "Modal", n = new t(
a,
o,
void 0,
void 0,
void 0,
void 0,
void 0,
void 0,
o,
void 0,
void 0,
void 0,
void 0,
void 0,
void 0,
l
);
export {
n as modalModel
};
//# sourceMappingURL=modalModel.js.map