UNPKG

@chayns-components/core

Version:

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

10 lines 287 B
import styled from 'styled-components'; import { motion } from 'motion/react'; export const StyledMasonryItem = styled(motion.div)` position: absolute; top: 0; left: 0; overflow: hidden; will-change: transform, width; `; //# sourceMappingURL=MasonryItem.styles.js.map