UNPKG

@excalidraw/math

Version:

Excalidraw math functions

3 lines (2 loc) 156 B
/// <reference types="react" /> export declare const useScrollPosition: <T extends HTMLElement>(elementRef: import("react").RefObject<T | null>) => number;