UNPKG

@blockscout/ui-toolkit

Version:

A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects

5 lines (4 loc) 215 B
import { ThemingConfig } from '@chakra-ui/react'; import { ExcludeUndefined } from '../../../shared/types/utils'; declare const shadows: ExcludeUndefined<ThemingConfig['tokens']>['shadows']; export default shadows;