Updates pagination update (#68)
* make it work * refactor & update styling to mui v5 * ditch styled, this looks bad
This commit is contained in:
5
src/typings.d.ts
vendored
5
src/typings.d.ts
vendored
@@ -203,3 +203,8 @@ interface NavbarItem {
|
||||
IconComponent: OverridableComponent<SvgIconTypeMap<{}, 'svg'>>,
|
||||
show: 'mobile' | 'desktop' | 'both'
|
||||
}
|
||||
|
||||
interface PaginatedList<T> {
|
||||
page: T[],
|
||||
hasNextPage: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user