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