UNPKG

@chayns-components/core

Version:

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

9 lines 212 B
import styled from 'styled-components'; export const StyledMasonry = styled.div` position: relative; width: 100%; height: ${({ $height }) => $height}px; `; //# sourceMappingURL=Masonry.styles.js.map