@react-form-builder/core
Version:
React JSON Schema Form Builder to create complex, validated, reusable forms with no deep React knowledge required
20 lines (19 loc) • 449 B
JavaScript
import { restoreDots as i } from "./dots.js";
function u(t, n) {
return new Proxy(t, {
get(e, r) {
return r in e ? e[r] : (n.push(i(r)), "");
},
getOwnPropertyDescriptor(e, r) {
return r in e ? Reflect.getOwnPropertyDescriptor(e, r) : {
value: "",
writable: !0,
configurable: !0
};
}
});
}
export {
u as createLocalizationDataProxy
};
//# sourceMappingURL=localizationDataProxy.js.map