UNPKG

@navinc/base-react-components

Version:
16 lines 621 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.NoStyleButton = void 0; const styled_components_1 = __importDefault(require("styled-components")); exports.NoStyleButton = styled_components_1.default.button.withConfig({ displayName: "brc-sc-NoStyleButton", componentId: "brc-sc-j529wm" }) ` background: none; color: inherit; border: none; padding: 0; font: inherit; line-height: inherit; `; //# sourceMappingURL=no-style-button.js.map