UNPKG

@hypothesis/frontend-shared

Version:

Shared components, styles and utilities for Hypothesis projects

6 lines (5 loc) 189 B
export type TableSection = { section: 'head' | 'body' | 'foot'; }; declare const TableSectionContext: import("preact").Context<TableSection | null>; export default TableSectionContext;