UNPKG

@chayns-components/core

Version:

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

6 lines 181 B
import styled from 'styled-components'; export const StyledPopupContent = styled.div` overflow: hidden; padding: 6px 12px; `; //# sourceMappingURL=PopupContent.styles.js.map