<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [UseDeviceFlags](./x-components.usedeviceflags.md)

## UseDeviceFlags type

The device flags type of the Return type of the composable returned by `createUseDevice`<!-- -->.

**Signature:**

```typescript
export type UseDeviceFlags<Device extends string> = Record<`is${Capitalize<Device>}`, Ref<boolean>> & Record<`is${Capitalize<Device>}OrGreater`, Ref<boolean>> & Record<`is${Capitalize<Device>}OrLess`, Ref<boolean>>;
```
