UNPKG

@spicy-ui/core

Version:

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

6 lines (5 loc) 302 B
import { RadioProps } from '../../components'; import { ComponentThemeConfig } from '../types'; export declare const RadioOuter: ComponentThemeConfig<RadioProps>; export declare const RadioInput: ComponentThemeConfig<RadioProps>; export declare const RadioLabel: ComponentThemeConfig<RadioProps>;