UNPKG

@trellixio/roaster-coffee

Version:
5 lines (4 loc) 219 B
import { createContext } from 'react'; export const TableContext = createContext(undefined); export const TableSelectionChangeContext = createContext(undefined); export const TableRowContext = createContext(undefined);