fannypack-v5
Version:
An accessible, composable, and friendly React UI Kit
8 lines (7 loc) • 434 B
TypeScript
export declare const Radio: (styleProps: any) => string;
export declare const RadioIcon: (styleProps: any) => string;
export declare const RadioLabel: (styleProps: any) => string;
export declare const HiddenRadio: (styleProps: any) => string;
export declare const RadioField: (styleProps: any) => string;
export declare const RadioGroup: (styleProps: any) => string;
export declare const RadioGroupField: (styleProps: any) => string;