@react-form-builder/core
Version:
React JSON Schema Form Builder to create complex, validated, reusable forms with no deep React knowledge required
18 lines (17 loc) • 410 B
JavaScript
import { string as r } from "../annotation/stringAnnotation.js";
import { toArray as o } from "../annotation/toArray.js";
import { Meta as e } from "../define/utils/Meta.js";
import { errorMessageModel as t } from "./components/DefaultErrorMessage.js";
const i = new e(
t.type,
o({
className: r
}),
[],
[],
[]
);
export {
i as errorMessageMeta
};
//# sourceMappingURL=errorMessageMeta.js.map