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