Type Alias PaginationProgressHook
PaginationProgressHook: (
p1: { fraction: number; href: string; pages: number },
) => void
Type Declaration
- (p1: { fraction: number; href: string; pages: number }): void
Parameters
- p1: { fraction: number; href: string; pages: number }
Returns void