UNPKG

@datamonsterr/vdt-dashboard

Version:
8 lines 346 B
import React from 'react'; import { type ThemeContextType } from './ThemeContext'; interface ThemeConsumerProps { children: (context: ThemeContextType) => React.ReactNode; } export declare function ThemeConsumer({ children }: ThemeConsumerProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ThemeConsumer.d.ts.map