This commit is contained in:
Warunee Tamkoo 2024-09-11 18:06:04 +07:00
parent 9ab3001ff0
commit f68c4af30b
6 changed files with 261 additions and 34 deletions

View file

@ -3,7 +3,7 @@ interface Pagination {
}
interface ActiveOptions {
value: string;
value: boolean;
label: string;
}