UNPKG

@nivo/theming

Version:
5 lines 467 B
import { ThemeWithoutInheritance, PartialTheme, Theme, TextStyle } from './types'; export declare const inheritRootThemeText: (partialStyle: Partial<TextStyle>, rootStyle: TextStyle) => TextStyle; export declare const extendDefaultTheme: (defaultTheme: ThemeWithoutInheritance, customTheme: PartialTheme) => Theme; export declare const extendAxisTheme: (axisTheme: Theme["axis"], overrides: PartialTheme["axis"]) => Theme["axis"]; //# sourceMappingURL=extend.d.ts.map