UNPKG

@withjoy/joykit

Version:

UI Component Library for Joy web

8 lines (7 loc) 319 B
import { SystemPrimitives, Theme } from './types'; /** * * @param primitives primitive color tokens that will define the theme colors * @param overrides An object that can modify/extend the current theme config */ export declare function createTheme(primitives?: SystemPrimitives, overrides?: Theme): Theme;