@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
8 lines (6 loc) • 306 B
JavaScript
const require_config = require('../../core/system/config.cjs');
//#region src/components/fade-scale/fade-scale.style.ts
const fadeScaleStyle = require_config.defineComponentStyle({ base: { w: "full" } });
//#endregion
exports.fadeScaleStyle = fadeScaleStyle;
//# sourceMappingURL=fade-scale.style.cjs.map