react-giphy-searchbox2
Version:
React Giphy Searchbox
13 lines (7 loc) • 742 B
JavaScript
;
exports.__esModule = true;
exports.styles = undefined;
var _templateObject = _taggedTemplateLiteralLoose(['\n .reactGiphySearchbox-poweredByGiphy {\n padding-top: 10px;\n width: 100px;\n }\n\n .reactGiphySearchbox-poweredByGiphy img {\n display: block;\n width: 100%;\n }\n'], ['\n .reactGiphySearchbox-poweredByGiphy {\n padding-top: 10px;\n width: 100px;\n }\n\n .reactGiphySearchbox-poweredByGiphy img {\n display: block;\n width: 100%;\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);