UNPKG

@table-library/react-table-library

Version:
6 lines (5 loc) 269 B
import * as React from 'react'; import { Nullish } from '@table-library/react-table-library/types/common'; import { Theme } from '@table-library/react-table-library/types/theme'; declare const ThemeContext: React.Context<Theme | Nullish>; export { ThemeContext };