จัดการผู้ใช้งาน
This commit is contained in:
parent
badb676529
commit
d85f67506f
12 changed files with 554 additions and 22 deletions
|
|
@ -2,4 +2,11 @@ interface Pagination {
|
|||
rowsPerPage: number;
|
||||
}
|
||||
|
||||
export type { Pagination };
|
||||
interface ItemsMenu {
|
||||
label: string;
|
||||
icon: string;
|
||||
color: string;
|
||||
type: string;
|
||||
}
|
||||
|
||||
export type { Pagination, ItemsMenu };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue