@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) • 504 B
JavaScript
import { defineComponentSlotStyle } from "../../core/system/config.js";
//#region src/components/flip/flip.style.ts
const flipStyle = 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
export { flipStyle };
//# sourceMappingURL=flip.style.js.map