UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

11 lines (9 loc) 287 B
import { defineComponentStyle } from "../../core/system/config.js"; //#region src/components/stack/h-stack.style.ts const hStackStyle = defineComponentStyle({ base: { alignItems: "center", gap: "md" } }); //#endregion export { hStackStyle }; //# sourceMappingURL=h-stack.style.js.map