UNPKG

@redocly/theme

Version:

Shared UI components lib

9 lines (7 loc) 240 B
import styled from 'styled-components'; export const Emphasis = styled.strong.attrs<{ className?: string }>(({ className }) => ({ 'data-component-name': 'Typography/Emphasis', className, }))` font-weight: var(--font-weight-bold); `;