UNPKG

vuesax-alpha

Version:
11 lines (7 loc) 222 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function isRTL(element) { return getComputedStyle(element).direction === "rtl"; } exports.isRTL = isRTL; //# sourceMappingURL=is-rtl.js.map