UNPKG

@retriever-ui/theme

Version:

Configuraçao dos temas e styleguide

6 lines (5 loc) 235 B
import { Theme } from '@emotion/react'; import { FontType } from '@retriever-ui/type'; declare const typography: FontType; export declare type FontsProperties<T extends Theme> = keyof T['font']['fixedSize']; export default typography;