UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

11 lines (8 loc) 456 B
import styled from 'styled-components'; import sx from './sx.js'; const UnstyledTextInput = styled.input.withConfig({ displayName: "_UnstyledTextInput__UnstyledTextInput", componentId: "sc-31b2um-0" })(["border:0;font-size:inherit;font-family:inherit;background-color:transparent;-webkit-appearance:none;color:inherit;width:100%;&:focus{outline:0;}", ";"], sx); var UnstyledTextInput$1 = UnstyledTextInput; export { UnstyledTextInput$1 as default };