@spicy-ui/core
Version:
A themable and extensible React UI library, ready to use out of the box
7 lines (6 loc) • 325 B
TypeScript
import { MenuProps } from '../../components';
import { ComponentThemeConfig } from '../types';
export declare const Menu: ComponentThemeConfig<MenuProps>;
export declare const MenuDivider: ComponentThemeConfig;
export declare const MenuHeader: ComponentThemeConfig;
export declare const MenuItem: ComponentThemeConfig;