@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 438 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [DocumentDirection](./x-components.documentdirection.md)
## DocumentDirection type
The HTML document direction orientation. Possible values: ltr (left to right) or rtl (right to left).
**Signature:**
```typescript
export type DocumentDirection = 'ltr' | 'rtl';
```