@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 594 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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>>;
```