import styled from 'styled-components'; import { Typography } from '@redocly/theme/components/Typography/Typography'; export const CompactTypography = styled(Typography).attrs<{ mt: string; mb: string; 'data-component-name': string; }>({ mt: '0em', mb: '0em', 'data-component-name': 'Typography/CompactTypography', })``;