UNPKG

@spicy-ui/core

Version:

A themable and extensible React UI library, ready to use out of the box

5 lines (4 loc) 227 B
import { TabProps, TabsProps } from '../../components'; import { ComponentThemeConfig } from '../types'; export declare const Tabs: ComponentThemeConfig<TabsProps>; export declare const Tab: ComponentThemeConfig<TabProps>;