UNPKG

@spicy-ui/core

Version:

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

6 lines (5 loc) 323 B
import { CheckboxProps } from '../../components'; import { ComponentThemeConfig } from '../types'; export declare const CheckboxOuter: ComponentThemeConfig<CheckboxProps>; export declare const CheckboxInput: ComponentThemeConfig<CheckboxProps>; export declare const CheckboxLabel: ComponentThemeConfig<CheckboxProps>;