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

5 lines (4 loc) 158 B
import "../../styles/global.css"; import { ButtonProps } from "./buttonTypes"; import "./css/button.css"; export declare const Button: React.FC<ButtonProps>;