UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

6 lines (5 loc) 211 B
/// <reference types="react" /> export interface MediaQueryContextType { isNavigationCollapsed: boolean; } export declare const MediaQueryContext: import("react").Context<MediaQueryContextType | undefined>;