"use strict";
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
return cooked;
};
Object.defineProperty(exports, "__esModule", { value: true });
var macro_1 = require("styled-components/macro");
/**
* Clear the default style of a button element
* @category styledComponents
* @module getClearButtonDefaultStyleCss
*/
var getClearButtonDefaultStyleCss = function () { return (0, macro_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n appearance: none;\n border: 0;\n background: transparent;\n padding: 0;\n margin: 0;\n"], ["\n appearance: none;\n border: 0;\n background: transparent;\n padding: 0;\n margin: 0;\n"]))); };
exports.default = getClearButtonDefaultStyleCss;
var templateObject_1;
Source