UNPKG

@blocz/react-responsive

Version:

🔍 <Only /> displays some contents for a specific screen size

3 lines (2 loc) 137 B
import { Breakpoints } from "./sanitize"; export declare const mediaQueryBuilder: (breakpoints: Breakpoints) => (on?: string) => string;