UNPKG

150 BTypeScriptView Raw
1import * as React from 'react';
2import type { Theme } from '../types';
3declare const ThemeContext: React.Context<Theme>;
4export default ThemeContext;