Refactor types organization for table component
This commit is contained in:
parent
deb95b355f
commit
c0683dafb3
12 changed files with 1490 additions and 1195 deletions
|
|
@ -5,7 +5,7 @@ interface Page {
|
|||
current: boolean;
|
||||
}
|
||||
|
||||
export interface IUsePagination<T> {
|
||||
interface IUsePagination<T> {
|
||||
items: T[];
|
||||
changeOffset: (offset: Offset, newValue?: number) => void;
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue