UNPKG

@questionable-focus/stationery-cupboard

Version:

A collection of business document templates for React applications

6 lines (5 loc) 167 B
import { Theme } from "./types"; /** * Deep merges a custom theme with the default theme */ export declare function mergeTheme(customTheme?: Partial<Theme>): Theme;