tanuki-ui
Version:
HTML-first React component library with semantic elements, multi-OS themes, and production-ready visual node editor
11 lines (10 loc) • 385 B
TypeScript
import { ButtonHTMLAttributes, default as React } from 'react';
export declare const Button: React.NamedExoticComponent<ButtonHTMLAttributes<HTMLButtonElement> & {
variant?: string;
size?: string;
quiet?: boolean;
rounded?: boolean;
"data-variant"?: string;
popovertarget?: string;
popovertargetaction?: string;
} & React.RefAttributes<HTMLButtonElement>>;