UNPKG

@plone/volto

Version:
5 lines (4 loc) 134 B
export function usePagination(id?: any, defaultPage?: number): { currentPage: number; setCurrentPage: (page: any) => void; };