UNPKG

react-with-direction

Version:

Components to provide and consume RTL or LTR direction in React

11 lines (9 loc) 199 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var CHANNEL = exports.CHANNEL = '__direction__'; var DIRECTIONS = exports.DIRECTIONS = { LTR: 'ltr', RTL: 'rtl' };