UNPKG

@wordpress/components

Version:
6 lines 229 B
/** * Internal dependencies */ import type { NavigatorContext as NavigatorContextType } from './types'; export declare const NavigatorContext: import("react").Context<NavigatorContextType>; //# sourceMappingURL=context.d.ts.map