Skip to content

@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

PropertyTypeDefined in
labelstringtypes.ts:61
valuestring | anytypes.ts:61