@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) • 308 B
JavaScript
import { defineComponentStyle } from "../../core/system/config.js";
//#region src/components/stack/z-stack.style.ts
const zStackStyle = defineComponentStyle({ base: {
gap: "lg",
overflow: "hidden",
position: "relative"
} });
//#endregion
export { zStackStyle };
//# sourceMappingURL=z-stack.style.js.map