primereact
Version:
A rich set of premium UI Components for React.
14 lines (13 loc) • 747 B
TypeScript
export * from './Paginator.context';
export * as Paginator from './Paginator.parts';
export * as PaginatorProps from './Paginator.props';
export { defaultContentProps, PaginatorContent } from './content';
export { defaultEllipsisProps, PaginatorEllipsis } from './ellipsis';
export { defaultFirstProps, PaginatorFirst } from './first';
export { defaultLastProps, PaginatorLast } from './last';
export { defaultNextProps, PaginatorNext } from './next';
export { defaultPageProps, PaginatorPage } from './page';
export { defaultPagesProps, PaginatorPages } from './pages';
export { defaultPrevProps, PaginatorPrev } from './prev';
export { defaultRootProps, PaginatorRoot } from './root';
export type * from '@primereact/types/primitive/paginator';