UNPKG

@mmcodemark/fuselage-hooks

Version:

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

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