UNPKG

@mmcodemark/fuselage-hooks

Version:

React hooks for Fuselage, Rocket.Chat's design system and UI toolkit

9 lines 320 B
/** * Hook to listen to a set of media queries. * * @param queries - the CSS3 expressions of media queries * @returns a set of booleans expressing if the media queries match or not * @public */ export declare const useMediaQueries: (...queries: string[]) => boolean[]; //# sourceMappingURL=useMediaQueries.d.ts.map