เพิ่ม หมวดหมู่
This commit is contained in:
parent
935c85aba0
commit
2f3eb10564
2 changed files with 48 additions and 1 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue