UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

9 lines (8 loc) 269 B
/// <reference types="react" /> interface NavigationContextType { location: string; onNavigationDismiss?(): void; withinContentContainer?: boolean; } export declare const NavigationContext: import("react").Context<NavigationContextType>; export {};