UNPKG

bushido-strap

Version:

a library of styled components with material theme

10 lines (7 loc) 191 B
import styled from "styled-components"; import { inputSizeBase, inputStyleBase } from "../base"; const Input = styled.input` ${inputSizeBase} ${inputStyleBase} `; export default Input;