เพิ่ม หมวดหมู่

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-12 16:07:56 +07:00
parent 935c85aba0
commit 2f3eb10564
2 changed files with 48 additions and 1 deletions

View file

@ -2,6 +2,11 @@ interface Pagination {
rowsPerPage: number;
}
interface DateOption {
name: string;
id: string;
}
interface ActiveOptions {
value: boolean;
label: string;
@ -19,4 +24,4 @@ interface Tabs {
value: string;
label: string;
}
export type { Pagination, ActiveOptions, ListOrder, Tabs };
export type { Pagination, DateOption, ActiveOptions, ListOrder, Tabs };