refactor: paginator
This commit is contained in:
parent
6e54d95bbc
commit
0312547629
9 changed files with 88 additions and 56 deletions
|
@ -16,4 +16,4 @@ export interface UserLogin {
|
|||
account?: AccountCredentials
|
||||
}
|
||||
|
||||
export type PaginatorState = 'ready' | 'loading' | 'done'
|
||||
export type PaginatorState = 'idle' | 'loading' | 'done' | 'error'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue