UNPKG

@activecollab/components

Version:

ActiveCollab Components

3 lines 222 B
import { MutableRefObject } from "react"; export declare const useInitScrollRef: (element: HTMLDivElement | null, invert?: boolean) => MutableRefObject<HTMLDivElement | null>; //# sourceMappingURL=useInitScrollRef.d.ts.map