@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
13 lines (11 loc) • 483 B
JavaScript
const FLEX_SYSTEM_PROPS = {
gap: { type: "spacing", property: "gap" },
rowGap: { type: "spacing", property: "rowGap" },
columnGap: { type: "spacing", property: "columnGap" },
align: { type: "identity", property: "alignItems" },
justify: { type: "identity", property: "justifyContent" },
wrap: { type: "identity", property: "flexWrap" },
direction: { type: "identity", property: "flexDirection" }
};
export { FLEX_SYSTEM_PROPS };
//# sourceMappingURL=flex-props.js.map