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