UNPKG

@blockscout/ui-toolkit

Version:

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

4 lines (3 loc) 166 B
import { TabItem, TabItemMenu } from './types'; export declare const menuButton: TabItemMenu; export declare const getTabValue: (tab: TabItem | undefined) => string;