UNPKG

@etsoo/materialui

Version:

TypeScript Material-UI Implementation

7 lines (6 loc) 192 B
import { Breakpoint } from "@mui/material/styles"; /** * Hook to get the current breakpoint * @returns The current breakpoint */ export declare function useCurrentBreakpoint(): Breakpoint;