UNPKG

react-aria

Version:
6 lines (5 loc) 242 B
/** * Determines if a locale is read right to left using * [Intl.Locale]{@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale}. */ export declare function isRTL(localeString: string): boolean;