@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) • 317 B
JavaScript
import { defineComponentStyle } from "../../core/system/config.js";
//#region src/components/center/center.style.ts
const centerStyle = defineComponentStyle({ base: {
display: "flex",
placeContent: "center",
placeItems: "center"
} });
//#endregion
export { centerStyle };
//# sourceMappingURL=center.style.js.map