UNPKG

rsuite

Version:

A suite of react components

6 lines 179 B
/** * gets computed document direction */ export default (function () { return typeof window !== 'undefined' && window.getComputedStyle(document.body).direction === 'rtl'; });