UNPKG

@trellixio/roaster-coffee

Version:
13 lines (9 loc) 398 B
'use strict'; var React = require('react'); const TableContext = React.createContext(void 0); const TableSelectionChangeContext = React.createContext(void 0); const TableRowContext = React.createContext(void 0); exports.TableContext = TableContext; exports.TableRowContext = TableRowContext; exports.TableSelectionChangeContext = TableSelectionChangeContext; //# sourceMappingURL=context.js.map