UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

10 lines (9 loc) 308 B
/// <reference types="react" /> interface NavigationContextType { location: string; onNavigationDismiss?(): void; withinContentContainer?: boolean; } export declare const NavigationContext: import("react").Context<NavigationContextType>; export {}; //# sourceMappingURL=context.d.ts.map