UNPKG

@kbss-cvut/s-forms

Version:

Semantic forms generator and processor

10 lines (9 loc) 300 B
export default useScrollToElement; declare function useScrollToElement({ id, dataAttributes, scrollOptions, highlightClass, }: { id: any; dataAttributes?: any[] | undefined; scrollOptions?: { behavior: string; } | undefined; highlightClass?: string | undefined; }): void;