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