UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

15 lines (13 loc) 427 B
const require_config = require('../../core/system/config.cjs'); //#region src/components/rotate/rotate.style.ts const rotateStyle = require_config.defineComponentStyle({ base: { opacity: 1, rounded: "l1", userSelect: "none", width: "fit-content", _readOnly: { layerStyle: "readOnly" }, _disabled: { layerStyle: "disabled" } } }); //#endregion exports.rotateStyle = rotateStyle; //# sourceMappingURL=rotate.style.cjs.map