UNPKG

@redocly/theme

Version:

Shared UI components lib

5 lines (4 loc) 399 B
import type { FlattenSimpleInterpolation } from 'styled-components'; export declare function getTypographyCssRulesByComponentName(componentName: string, fallbackName?: string): Record<string, string>; export declare function typography(componentName: string, fallbackName?: string): FlattenSimpleInterpolation; export declare function generateCodeBlockTokens(): FlattenSimpleInterpolation | string;