@spicy-ui/core
Version:
A themable and extensible React UI library, ready to use out of the box
6 lines (5 loc) • 313 B
TypeScript
import { ButtonProps, IconButtonProps } from '../../components';
import { ComponentThemeConfig } from '../types';
export declare const Button: ComponentThemeConfig<ButtonProps>;
export declare const ButtonSpinner: ComponentThemeConfig;
export declare const IconButton: ComponentThemeConfig<IconButtonProps>;