feat: common paginator component (#9)
This commit is contained in:
parent
7969b53747
commit
e61f909f31
6 changed files with 49 additions and 42 deletions
|
@ -15,3 +15,5 @@ export interface UserLogin {
|
|||
token: string
|
||||
account?: AccountCredentials
|
||||
}
|
||||
|
||||
export type PaginatorState = 'ready' | 'loading' | 'done'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue