@hypothesis/frontend-shared
Version:
Shared components, styles and utilities for Hypothesis projects
7 lines • 331 B
JavaScript
export { default as Link } from './Link';
export { default as LinkButton } from './LinkButton';
export { default as Pagination } from './Pagination';
export { default as PointerButton } from './PointerButton';
export { default as Tab } from './Tab';
export { default as TabList } from './TabList';
//# sourceMappingURL=index.js.map