@react-form-builder/core
Version:
React JSON Schema Form Builder to create complex, validated, reusable forms with no deep React knowledge required
17 lines (16 loc) • 420 B
JavaScript
import { cssSize as o } from "./cssSizeAnnotation.js";
import { createAnnotation as n } from "./utils/createAnnotation.js";
const t = n("color").setup({ calculable: !1 }), a = {
width: o.setup({ default: "100%" }),
height: o,
marginTop: o,
marginInlineEnd: o,
marginBottom: o,
marginInlineStart: o,
color: t,
backgroundColor: t
};
export {
a as commonStyles
};
//# sourceMappingURL=commonStyles.js.map