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