UNPKG

react-with-direction

Version:

Components to provide and consume RTL or LTR direction in React

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