@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
16 lines (14 loc) • 395 B
JavaScript
import FlexBasic_default from "./FlexBasic.mjs";
import { jsx } from "react/jsx-runtime";
//#region src/Flex/Center.tsx
const Center = ({ children, ref, ...props }) => /* @__PURE__ */ jsx(FlexBasic_default, {
...props,
align: "center",
justify: "center",
ref,
children
});
var Center_default = Center;
//#endregion
export { Center_default as default };
//# sourceMappingURL=Center.mjs.map