@chayns-components/date
Version:
A set of beautiful React components for developing your own applications with chayns.
23 lines (22 loc) • 744 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.StyledMotionWrapper = exports.StyledMonthWrapper = void 0;
var _react = require("motion/react");
var _styledComponents = _interopRequireDefault(require("styled-components"));
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const StyledMonthWrapper = exports.StyledMonthWrapper = _styledComponents.default.div`
width: ${({
$width
}) => $width}px;
overflow-x: clip;
height: ${({
$height
}) => $height}px;
`;
const StyledMotionWrapper = exports.StyledMotionWrapper = (0, _styledComponents.default)(_react.motion.div)`
display: flex;
height: 100%;
`;
//# sourceMappingURL=MonthWrapper.styles.js.map