react-giphy-searchbox2
Version:
React Giphy Searchbox
13 lines (7 loc) • 1.03 kB
JavaScript
;
exports.__esModule = true;
exports.styles = undefined;
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']);
var _style = require('./style');
function _taggedTemplateLiteralLoose(strings, raw) { strings.raw = raw; return strings; } /* eslint-disable import/prefer-default-export */
var styles = exports.styles = (0, _style.css)(_templateObject);