UNPKG

@rocket.chat/fuselage-hooks

Version:

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

8 lines 255 B
/** * Hook to catch which responsive design' breakpoints are active. * * @returns an array of the active breakpoint names * @public */ export declare const useBreakpoints: (unit?: "px" | "em") => string[]; //# sourceMappingURL=useBreakpoints.d.ts.map