UI แบบสํารวจความคิดเห็นการทดลองปฏิบัติหน้าที่ราชการ

This commit is contained in:
setthawutttty 2024-10-31 14:52:06 +07:00
parent da958b9956
commit 149831f897
7 changed files with 341 additions and 3 deletions

View file

@ -0,0 +1,8 @@
interface ListDataText {
value: string;
label: string;
}
export type{
ListDataText
}