@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) • 313 B
JavaScript
const require_config = require('../../core/system/config.cjs');
//#region src/components/ripple/ripple.style.ts
const rippleStyle = require_config.defineComponentStyle({ base: {
rounded: "full",
zIndex: "kurillin"
} });
//#endregion
exports.rippleStyle = rippleStyle;
//# sourceMappingURL=ripple.style.cjs.map