UNPKG

@yamada-ui/react

Version:

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

23 lines (21 loc) 521 B
const require_config = require('../../core/system/config.cjs'); //#region src/components/flip/flip.style.ts const flipStyle = require_config.defineComponentSlotStyle({ base: { from: {}, item: { backfaceVisibility: "hidden", position: "absolute", top: 0 }, root: { position: "relative", rounded: "l1", userSelect: "none", _readOnly: { layerStyle: "readOnly" }, _disabled: { layerStyle: "disabled" } }, to: {} } }); //#endregion exports.flipStyle = flipStyle; //# sourceMappingURL=flip.style.cjs.map