UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

7 lines 336 B
import type React from 'react'; /** * This hook will flash the scrollbars for a ref of a container that has scrollable overflow * @param scrollContainerRef The ref of the scrollable content */ export default function useScrollFlash(scrollContainerRef: React.RefObject<HTMLElement>): void; //# sourceMappingURL=useScrollFlash.d.ts.map