UNPKG

@navinc/base-react-components

Version:
15 lines 527 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const styled_components_1 = __importDefault(require("styled-components")); const Divider = styled_components_1.default.hr ` border-radius: 4px; border: none; height: 8px; background-color: ${({ theme }) => theme.neutral100}; margin: 0; `; exports.default = Divider; //# sourceMappingURL=divider.js.map