UNPKG

184 BTypeScriptView Raw
1import React from 'react';
2import { MediaQueryAllQueryable } from './types';
3declare const Context: React.Context<Partial<MediaQueryAllQueryable> | undefined>;
4export default Context;