UNPKG

@wordpress/components

Version:
8 lines 368 B
/// <reference types="react" /> /** * Internal dependencies */ import type { NavigationGroupContext as NavigationGroupContextType } from '../types'; export declare const NavigationGroupContext: import("react").Context<NavigationGroupContextType>; export declare const useNavigationGroupContext: () => NavigationGroupContextType; //# sourceMappingURL=context.d.ts.map