UNPKG

rsuite

Version:

A suite of react components

6 lines (5 loc) 160 B
/** * gets computed document direction */ export default () => typeof window !== 'undefined' && window.getComputedStyle(document.body).direction === 'rtl';