UNPKG

@equinor/eds-utils

Version:

Utility functions and hooks for the Equinor Design System

5 lines (4 loc) 276 B
import type { CSSObject } from 'styled-components'; import type { Typography } from '@equinor/eds-tokens'; /** Simpler version `typographyTemplate` that does not set `color` and `margin` */ export declare const typographyMixin: (typography: Partial<Typography>) => CSSObject;