UNPKG

sriracha-ui

Version:

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

11 lines (8 loc) 202 B
import styled from "styled-components"; import { sizeBase, styleBase, imageBase, shapeBase } from "../base"; const Box = styled.div` ${sizeBase} ${styleBase} ${shapeBase} `; export default Box;