UI => IDP

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-26 13:46:04 +07:00
parent 311ff2d15c
commit d9ff26ac4a
7 changed files with 1198 additions and 396 deletions

View file

@ -67,6 +67,11 @@ interface ItemTab {
label: string;
}
interface DataItemsDevelopment {
value: string;
label: string;
}
export type {
Pagination,
DataOption,
@ -80,4 +85,5 @@ export type {
ItemTab,
DataOptionEducation,
DataOptionEducationLevel,
DataItemsDevelopment,
};