UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

6 lines (5 loc) 210 B
import type { MenuTypeGroup } from '../../../menu/index.js'; export declare function useIsExpanded({ item }: { item: MenuTypeGroup; }): boolean; export declare function normalizePath(path: string): string;