@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) • 315 B
JavaScript
const require_config = require('../../core/system/config.cjs');
//#region src/components/stack/v-stack.style.ts
const vStackStyle = require_config.defineComponentStyle({ base: {
alignItems: "stretch",
width: "full"
} });
//#endregion
exports.vStackStyle = vStackStyle;
//# sourceMappingURL=v-stack.style.cjs.map