UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

12 lines (11 loc) 285 B
export declare function useScrollButtons(listRef: React.RefObject<HTMLDivElement | null>): { update: { (this: any): void; clear: () => void; }; start: boolean; end: boolean; show: boolean; scrollLeft: () => void; scrollRight: () => void; };