UNPKG

reablocks

Version:
6 lines (5 loc) 290 B
import { DeepPartial } from '../..'; /** * Performs a merge deep on the component theme. */ export declare const extendComponentTheme: <T extends Object>(defaultTheme: T, theme: DeepPartial<T>, mergeFunction?: (objValue: any, srcValue: any, key: string) => string) => T & DeepPartial<T>;