@hypothesis/frontend-shared
Version:
Shared components, styles and utilities for Hypothesis projects
13 lines (12 loc) • 590 B
TypeScript
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';
export type { LinkProps } from './Link';
export type { LinkButtonProps } from './LinkButton';
export type { PaginationProps } from './Pagination';
export type { PointerButtonProps } from './PointerButton';
export type { TabProps } from './Tab';
export type { TabListProps } from './TabList';