UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

10 lines (9 loc) 297 B
interface ActiveState { isActive: boolean; } interface UseActiveStateOptions { locationMatchDepth: number; elementIdOffset: number; } export declare function useActiveState(navigationId: string, { locationMatchDepth, elementIdOffset }?: UseActiveStateOptions): ActiveState; export {};