UNPKG

@blockscout/ui-toolkit

Version:

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

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