UNPKG

@redocly/theme

Version:

Shared UI components lib

10 lines (7 loc) 277 B
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', }))``;