UNPKG

@primer/components

Version:
20 lines (14 loc) 726 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _styledComponents = _interopRequireDefault(require("styled-components")); var _sx = _interopRequireDefault(require("./sx")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } const UnstyledTextInput = _styledComponents.default.input.withConfig({ displayName: "_UnstyledTextInput__UnstyledTextInput", componentId: "sc-1jgl33s-0" })(["border:0;font-size:inherit;font-family:inherit;background-color:transparent;-webkit-appearance:none;color:inherit;width:100%;&:focus{outline:0;}", ";"], _sx.default); var _default = UnstyledTextInput; exports.default = _default;