UNPKG

184 BJavaScriptView Raw
1Object.defineProperty(exports, "__esModule", {
2 value: true
3});
4var CHANNEL = exports.CHANNEL = '__direction__';
5
6var DIRECTIONS = exports.DIRECTIONS = {
7 LTR: 'ltr',
8 RTL: 'rtl'
9};
\No newline at end of file