UNPKG

@greensight/gds

Version:
7 lines (6 loc) 273 B
/** Импорт CSSObject нужен для tsc. */ import { CSSObject } from '@emotion/react'; /** * `typography` helper with baseTheme. For use with inner components styling (such autokits). */ export declare const typography: (name: string) => CSSObject | undefined;