fannypack-v5
Version:
An accessible, composable, and friendly React UI Kit
8 lines (7 loc) • 455 B
TypeScript
export declare const Checkbox: (styleProps: any) => string;
export declare const CheckboxIcon: (styleProps: any) => string;
export declare const CheckboxLabel: (styleProps: any) => string;
export declare const HiddenCheckbox: (styleProps: any) => string;
export declare const CheckboxGroup: (styleProps: any) => string;
export declare const CheckboxField: (styleProps: any) => string;
export declare const CheckboxGroupField: (styleProps: any) => string;