@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) • 310 B
JavaScript
const require_config = require('../../core/system/config.cjs');
//#region src/components/stack/h-stack.style.ts
const hStackStyle = require_config.defineComponentStyle({ base: {
alignItems: "center",
gap: "md"
} });
//#endregion
exports.hStackStyle = hStackStyle;
//# sourceMappingURL=h-stack.style.cjs.map