UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

7 lines (6 loc) 255 B
/// <reference types="react" /> export interface MediaQueryContextType { isNavigationCollapsed: boolean; } export declare const MediaQueryContext: import("react").Context<MediaQueryContextType | undefined>; //# sourceMappingURL=context.d.ts.map