useBreakpointuseBreakpoint is a React hook for checking if a breakpoint is matched. It automatically changes on resize.const isLarge = useBreakpoint('lg');CopySyntax:function useBreakpoint(bp: Breakpoint): boolean;Copy