@rws-aoa/react-library
Version:
RWS AOA Design System
16 lines (15 loc) • 321 B
JavaScript
const o = {
fontFamily: "var(--font-text)",
fontSize: "var(--font-size-text)",
lineHeight: "var(--font-lineheight-text)",
fontStyle: "normal",
fontWeight: "normal"
};
function e(t, n) {
return t.test(n);
}
export {
o as FontNormalSxProps,
e as isExtensionAllowed
};
//# sourceMappingURL=_constants.js.map