@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
12 lines (10 loc) • 331 B
JavaScript
const require_config = require('../../core/system/config.cjs');
//#region src/components/stack/z-stack.style.ts
const zStackStyle = require_config.defineComponentStyle({ base: {
gap: "lg",
overflow: "hidden",
position: "relative"
} });
//#endregion
exports.zStackStyle = zStackStyle;
//# sourceMappingURL=z-stack.style.cjs.map