UNPKG

@redocly/theme

Version:

Shared UI components lib

14 lines 642 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.CompactTypography = void 0; const styled_components_1 = __importDefault(require("styled-components")); const Typography_1 = require("../../components/Typography/Typography"); exports.CompactTypography = (0, styled_components_1.default)(Typography_1.Typography).attrs(() => ({ mt: '0em', mb: '0em', 'data-component-name': 'Typography/CompactTypography', })) ``; //# sourceMappingURL=CompactTypography.js.map