@chayns-components/date
Version:
A set of beautiful React components for developing your own applications with chayns.
22 lines • 451 B
JavaScript
import { motion } from 'motion/react';
import styled from 'styled-components';
export const StyledMonthWrapper = styled.div`
width: ${_ref => {
let {
$width
} = _ref;
return $width;
}}px;
overflow-x: clip;
height: ${_ref2 => {
let {
$height
} = _ref2;
return $height;
}}px;
`;
export const StyledMotionWrapper = styled(motion.div)`
display: flex;
height: 100%;
`;
//# sourceMappingURL=MonthWrapper.styles.js.map