@react-form-builder/core
Version:
React JSON Schema Form Builder to create complex, validated, reusable forms with no deep React knowledge required
23 lines (22 loc) • 625 B
JavaScript
import { disabled as r } from "../annotation/disabledAnnotation.js";
import { node as o } from "../annotation/nodeAnnotation.js";
import { readOnly as e } from "../annotation/readOnlyAnnotation.js";
import { toArray as m } from "../annotation/toArray.js";
import { modules as t } from "../define/constants.js";
import { Meta as i } from "../define/utils/Meta.js";
import { screenModel as p, screenStyleProperties as n } from "../ui/screenModel.js";
const M = new i(
p.type,
m({
children: o,
disabled: r,
readOnly: e
}),
n,
[],
t
);
export {
M as screenMeta
};
//# sourceMappingURL=screenMeta.js.map