UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

14 lines (13 loc) 357 B
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 }); //#endregion export { Center as default }; //# sourceMappingURL=Center.mjs.map