UNPKG

100 BJavaScriptView Raw
1export const CHANNEL = '__direction__';
2
3export const DIRECTIONS = {
4 LTR: 'ltr',
5 RTL: 'rtl',
6};