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.

3 lines (2 loc) 226 B
import { Theme, ThemeInput } from '../model/theme-type'; export declare function createTheme<TCustomColors extends Record<string, string> = Record<string, never>>(themeInput?: ThemeInput<TCustomColors>): Theme<TCustomColors>;