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