UNPKG

@wordpress/components

Version:
5 lines 304 B
/// <reference types="react" /> import type { NavigationContext as NavigationContextType } from './types'; export declare const NavigationContext: import("react").Context<NavigationContextType>; export declare const useNavigationContext: () => NavigationContextType; //# sourceMappingURL=context.d.ts.map