mirror of
https://git.beihong.wang/wangbeihong/iot-bedroom-environment-controller.git
synced 2026-04-23 16:23:05 +08:00
6 lines
92 B
TypeScript
6 lines
92 B
TypeScript
export interface Option {
|
|
text: string;
|
|
value: string | number;
|
|
icon: string;
|
|
}
|