UNPKG

@hypothesis/frontend-shared

Version:

Shared components, styles and utilities for Hypothesis projects

4 lines 172 B
import { createContext } from 'preact'; const TableSectionContext = createContext(null); export default TableSectionContext; //# sourceMappingURL=TableSectionContext.js.map