mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
6 lines
221 B
TypeScript
6 lines
221 B
TypeScript
//#region src/dom/direction.d.ts
|
|
/** Check whether an element's text direction is right-to-left. */
|
|
declare function isRTL(element: Element): boolean;
|
|
//#endregion
|
|
export { isRTL };
|
|
//# sourceMappingURL=direction.d.ts.map
|