UNPKG

@vuesax-alpha/nightly

Version:
7 lines (5 loc) 139 B
function isRTL(element) { return getComputedStyle(element).direction === "rtl"; } export { isRTL }; //# sourceMappingURL=is-rtl.mjs.map