mirror of
https://gh.wpcy.net/https://github.com/elementor/one-click-accessibility.git
synced 2026-04-29 13:14:09 +08:00
2 lines
92 B
JavaScript
2 lines
92 B
JavaScript
export const isRtl = () =>
|
|
getComputedStyle(document.documentElement).direction === 'rtl';
|