จัดการผู้ใช้งาน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-30 14:04:48 +07:00
parent badb676529
commit d85f67506f
12 changed files with 554 additions and 22 deletions

View file

@ -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 };