@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
5 lines • 368 B
TypeScript
/// <reference types="react" />
import type { MantineTheme } from '../types';
export declare const theming: import("theming").Theming<MantineTheme>;
export declare const ThemeProvider: import("react").ComponentType<import("theming").ThemeProviderProps<MantineTheme>>, useTheme: <CustomTheme = MantineTheme>() => CustomTheme;
//# sourceMappingURL=theme-context.d.ts.map