UNPKG

styled-breakpoints

Version:

Simple and powerful css breakpoints for styled-components and emotion

8 lines (7 loc) 141 B
export function useMediaQuery( query: string, options?: { defaultValue?: boolean; initializeWithValue?: boolean; } ): boolean;