UNPKG

@amsterdam/design-system-react

Version:

All React components from the Amsterdam Design System. Use it to compose pages in your website or application.

8 lines (7 loc) 224 B
import type { RefObject } from 'react'; type Args = { currentSlideId: number; ref: RefObject<HTMLDivElement>; }; export declare const scrollToCurrentSlideOnResize: ({ currentSlideId, ref }: Args) => void; export {};