UNPKG

@compositive/foundation

Version:

Compositive framework foundation package.

5 lines 354 B
/// <reference types="react" /> import type { UnknownTheme } from "./Theme"; export declare const ThemeContext: import("react").Context<UnknownTheme | undefined>; export declare const THEME_NOT_PROVIDED_ERROR = "No theme found in the component hierachy. Please wrap your components in a ThemeProvider element."; //# sourceMappingURL=ThemeContext.d.ts.map