UNPKG

@hypothesis/frontend-shared

Version:

Shared components, styles and utilities for Hypothesis projects

14 lines 717 B
export { default as AspectRatio } from './AspectRatio'; export { default as DataTable } from './DataTable'; export { default as Scroll } from './Scroll'; export { default as ScrollBox } from './ScrollBox'; export { default as ScrollContainer } from './ScrollContainer'; export { default as ScrollContent } from './ScrollContent'; export { default as Table } from './Table'; export { default as TableBody } from './TableBody'; export { default as TableCell } from './TableCell'; export { default as TableFoot } from './TableFoot'; export { default as TableHead } from './TableHead'; export { default as TableRow } from './TableRow'; export { default as Thumbnail } from './Thumbnail'; //# sourceMappingURL=index.js.map