UNPKG

@crossroadscx/datatable

Version:

![Linting](https://github.com/crossroadscx/datatable/actions/workflows/linting.yml/badge.svg) ![Chromatic](https://github.com/crossroadscx/datatable/actions/workflows/chromatic.yml/badge.svg) # React Table DataTable

12 lines (9 loc) 240 B
import { FlexColumn } from "./wrappers" import { TableThemeProvider } from "./provider" import { defaultTheme } from './provider' export { FlexColumn, TableThemeProvider, defaultTheme, } export type { TableTheme } from './provider'