Files
wdi-dashboard/node_modules/@chakra-ui/layout/dist/chunk-3ASUQ6PA.mjs
2024-08-16 15:06:52 +05:30

15 lines
395 B
JavaScript

'use client'
import {
Stack
} from "./chunk-ZHMYA64R.mjs";
// src/stack/h-stack.tsx
import { forwardRef } from "@chakra-ui/system";
import { jsx } from "react/jsx-runtime";
var HStack = forwardRef((props, ref) => /* @__PURE__ */ jsx(Stack, { align: "center", ...props, direction: "row", ref }));
HStack.displayName = "HStack";
export {
HStack
};
//# sourceMappingURL=chunk-3ASUQ6PA.mjs.map