UNPKG

@react-hookz/web

Version:

React hooks done right, for browser and SSR.

9 lines (8 loc) 235 B
/** * Tracks the state of CSS media query. * * Return undefined initially and later receives correct value. * * @param query CSS media query to track. */ export declare function useMediaQuery(query: string): boolean | undefined;