UNPKG

@wordpress/components

Version:
4 lines 272 B
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