UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

6 lines (5 loc) 210 B
interface UseAutomaticScrollByLocationOptions { scrollIfNeeded?: boolean; } export declare function useAutomaticScrollByLocation({ scrollIfNeeded, }?: UseAutomaticScrollByLocationOptions): void; export {};