UNPKG

@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) 276 B
import { defineComponentStyle } from "../../core/system/config.js"; //#region src/components/stack/stack.style.ts const stackStyle = defineComponentStyle({ base: { display: "flex", gap: "lg" } }); //#endregion export { stackStyle }; //# sourceMappingURL=stack.style.js.map