UNPKG

mg-js

Version:

A set of useful functions, components and hooks.

9 lines (8 loc) 189 B
import React from 'react'; type props = { minWidth?: number; maxWidth?: number; children?: any; }; declare const MediaQuery: React.FC<props>; export default MediaQuery;