UNPKG

vcc-ui

Version:

A React library for building user interfaces at Volvo Cars

7 lines (6 loc) 229 B
import { CurrentTheme } from '../types/shared'; /** Makes all sub-style variants inherit from the 'standard' styling for that type scale. */ export declare const buildTypeScale: (typeScale: any) => CurrentTheme["typeScale"];