@relu-interactives/spatial-ecs
@relu-interactives/spatial-ecs / types / DropdownOption
Type Alias: DropdownOption
ts
type DropdownOption = {
label: string;
value: string | any;
};Defined in: types.ts:61
Properties
| Property | Type | Defined in |
|---|---|---|
label | string | types.ts:61 |
value | string | any | types.ts:61 |

