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) 415 B
const require_config = require('../../core/system/config.cjs'); //#region src/components/airy/airy.style.ts const airyStyle = require_config.defineComponentStyle({ base: { opacity: 1, rounded: "l1", userSelect: "none", width: "fit-content", _readOnly: { layerStyle: "readOnly" }, _disabled: { layerStyle: "disabled" } } }); //#endregion exports.airyStyle = airyStyle; //# sourceMappingURL=airy.style.cjs.map