UNPKG

@chayns-components/core

Version:

A set of beautiful React components for developing your own applications with chayns.

6 lines 221 B
import { motion } from 'motion/react'; import styled from 'styled-components'; export const StyledMotionExpandableContent = styled(motion.div)` overflow: hidden; `; //# sourceMappingURL=ExpandableContent.styles.js.map