fannypack-v5
Version:
An accessible, composable, and friendly React UI Kit
10 lines (9 loc) • 574 B
TypeScript
export declare const FieldWrapper: (styleProps: any) => string;
export declare const Label: (styleProps: any) => string;
export declare const DescriptionText: (styleProps: any) => string;
export declare const HintText: (styleProps: any) => string;
export declare const OptionalText: (styleProps: any) => string;
export declare const RequiredText: (styleProps: any) => string;
export declare const ValidationText: (styleProps: any) => string;
export declare const TooltipTrigger: (styleProps: any) => string;
export declare const TooltipPopover: (styleProps: any) => string;