UNPKG

polaris-glints

Version:

Glints forked polaris react

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