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) 404 B
import { defineComponentStyle } from "../../core/system/config.js"; //#region src/components/rotate/rotate.style.ts const rotateStyle = defineComponentStyle({ base: { opacity: 1, rounded: "l1", userSelect: "none", width: "fit-content", _readOnly: { layerStyle: "readOnly" }, _disabled: { layerStyle: "disabled" } } }); //#endregion export { rotateStyle }; //# sourceMappingURL=rotate.style.js.map