UNPKG

nice-ui

Version:

React design system, components, and utilities

8 lines (7 loc) 185 B
import { ColorTheme } from './color/types'; import { FontTheme } from './font/types'; export interface StyleTheme { light?: boolean; font?: FontTheme; color?: ColorTheme; }