UNPKG

@b1dr/xip-ui

Version:

A UI library for SolidJS with Themescura

9 lines (8 loc) 310 B
import { JSX } from 'solid-js/jsx-runtime'; export declare const Button: (props: Omit<JSX.ButtonHTMLAttributes<HTMLButtonElement>, "style"> & { /** * The variant of the button to use (color) */ variant?: 'primary' | 'secondary' | 'tertiary'; style?: JSX.CSSProperties; }) => JSX.Element;