/** * Hook that returns a boolean for whether the view is scrolled from the top * of the window by a given amount (default 100px). */ export default function useScrolledDown(threshold?: number): boolean; //# sourceMappingURL=use-scrolled-down.d.ts.map