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.

7 lines (6 loc) 367 B
import { CSSProperties } from 'react'; import { ButtonStyle } from '../model/button-type.ts'; import { Theme } from '../../../theme'; export declare const defaultButtonStyle: CSSProperties; export declare function getButtonWithTypeStyles(theme: Theme): Record<ButtonStyle, CSSProperties>; export declare const buttonDisabledStyle: Record<ButtonStyle, CSSProperties>;