UNPKG

@withjoy/joykit

Version:

UI Component Library for Joy web

8 lines (7 loc) 237 B
import { Theme } from './themes'; export declare const getButtonnVariantStyle: (theme: Theme, variant?: "success" | "danger" | "info" | undefined) => { fill: string; text: string; hover: string; active: string; };