UNPKG

@stianlarsen/react-ui-kit

Version:

A versatile React UI kit focused on delivering ready-to-use, customizable buttons for every use case. Designed to save developers time and streamline UI development, this kit offers a range of button styles and loaders, ensuring immediate integration and

3 lines (2 loc) 166 B
import { ButtonType } from "../buttonTypes"; export declare const getButtonClasses: (variant: ButtonType, className: string, loading: boolean, rest?: any) => string;