UNPKG

@uppy/utils

Version:

Shared utility functions for Uppy Core and plugins maintained by the Uppy team.

6 lines 216 B
/** * Get the declared text direction for an element. */ declare function getTextDirection(element?: HTMLElement): string | undefined; export default getTextDirection; //# sourceMappingURL=getTextDirection.d.ts.map