UNPKG

sriracha-ui

Version:

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

10 lines (7 loc) 197 B
import styled from "styled-components"; import { flexColumnBase, wrapperSizeBase } from "../base"; const Wrapper = styled.div` ${flexColumnBase} ${wrapperSizeBase} `; export default Wrapper;