UNPKG

sriracha-ui

Version:

A react style library build with styled-components, and material ui theme.

8 lines (6 loc) 240 B
import { css } from "styled-components"; import { flow, shape } from "../../../maps"; export default css` overflow: ${(props) => (props.overflow ? props.overflow : flow)}; clip-path: ${(props) => (props.clip ? props.clip : shape)}; `;