UNPKG

@jigoooo/shared-ui

Version:

A reusable React component library and design system with TypeScript support, built on Vite for seamless integration and optimized performance.

6 lines (5 loc) 230 B
import { ButtonStyle } from '../model/button-type.ts'; export declare const getAnimationBackgroundColor: (buttonStyle: ButtonStyle, animationColor: string) => { hoverBackgroundColor: string; tapBackgroundColor: string; };