@mui-flexy/v7
Version:
A flexbox convenience component for Material UI v7 Box and Grid with handy shorthand props
6 lines (5 loc) • 404 B
TypeScript
export { FlexBox, FlexColumnBox, FlexRowBox } from "./FlexBox";
export type { FlexBoxColumnProps, FlexBoxProps, FlexBoxRowProps } from "./FlexBox.types";
export { FlexGrid, FlexGridColumn, FlexGridRow } from "./FlexGrid";
export type { FlexGridColumnProps, FlexGridProps, FlexGridRowProps } from "./FlexGrid.types";
export type { FlexOrientation, HorizontalAlign, VerticalAlign } from "@mui-flexy/core";