react-giphy-searchbox2
Version:
React Giphy Searchbox
8 lines (5 loc) • 930 B
JavaScript
var _templateObject = _taggedTemplateLiteralLoose(['\n .reactGiphySearchbox-componentWrapper {\n box-sizing: border-box;\n }\n\n .reactGiphySearchbox-componentWrapper *,\n .reactGiphySearchbox-componentWrapper *:before,\n .reactGiphySearchbox-componentWrapper *:after {\n box-sizing: inherit;\n }\n\n .reactGiphySearchbox-listWrapper {\n overflow-y: auto;\n }\n'], ['\n .reactGiphySearchbox-componentWrapper {\n box-sizing: border-box;\n }\n\n .reactGiphySearchbox-componentWrapper *,\n .reactGiphySearchbox-componentWrapper *:before,\n .reactGiphySearchbox-componentWrapper *:after {\n box-sizing: inherit;\n }\n\n .reactGiphySearchbox-listWrapper {\n overflow-y: auto;\n }\n']);
function _taggedTemplateLiteralLoose(strings, raw) { strings.raw = raw; return strings; }
/* eslint-disable import/prefer-default-export */
import { css } from './style';
export var styles = css(_templateObject);