UNPKG

@datamonsterr/vdt-dashboard

Version:
9 lines 344 B
import React from 'react'; import { type Theme } from './ThemeContext'; interface ThemeProviderProps { children: React.ReactNode; defaultTheme?: Theme; } export declare function ThemeProvider({ children, defaultTheme }: ThemeProviderProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ThemeProvider.d.ts.map