UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

5 lines (4 loc) 215 B
import { IButton } from './IButton'; export declare function useCSS({ rounded, hasFill, variant, isLoading, size, fullWidth, align, onlyOneIcon, className, isSingleLine }: IButton): { getClass: () => string; };