UNPKG

fannypack-v5

Version:

An accessible, composable, and friendly React UI Kit

9 lines (8 loc) 282 B
export declare function useClassName({ style, prevClassName, styleProps, themeKey, themeKeyOverride, themeKeySuffix, }: { style: any; prevClassName?: string; styleProps: any; themeKey?: string; themeKeyOverride?: string; themeKeySuffix?: string; }): string;