UI หน้ารายการการลา (Admin)

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-11-21 15:29:02 +07:00
parent 412bd910f1
commit 651f2e51b4
18 changed files with 1691 additions and 88 deletions

View file

@ -13,4 +13,10 @@ interface FormData {
Date: string;
status: string;
}
export type { DataRows, FormData };
interface DataDateMonthObject {
month: number;
year: number;
}
export type { DataRows, FormData, DataDateMonthObject };