UNPKG

@appkitreact/react-table-library

Version:

fork of react-table-library to support react 18 version

5 lines (4 loc) 181 B
import * as React from 'react'; import { Theme } from '@appkitreact/react-table-library/types/theme'; declare const ThemeContext: React.Context<Theme>; export { ThemeContext };