@blockscout/ui-toolkit
Version:
A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects
7 lines (6 loc) • 340 B
TypeScript
import { ThemingConfig } from '@chakra-ui/react';
import { ExcludeUndefined } from '../../../types/utils';
export declare const BODY_TYPEFACE: string;
export declare const HEADING_TYPEFACE: string;
export declare const fonts: ExcludeUndefined<ThemingConfig['tokens']>['fonts'];
export declare const textStyles: ThemingConfig['textStyles'];