UNPKG

@agnos-ui/core

Version:

Framework-agnostic headless component library.

5 lines (4 loc) 111 B
const getTextDirection = (element) => getComputedStyle(element).direction; export { getTextDirection as g };