Spaces:
Running
Running
export type Breakpoints = { | |
isSm: boolean; | |
isMd: boolean; | |
isLg: boolean; | |
isXl: boolean; | |
is2xl: boolean; | |
}; | |
export declare function useBreakpoints(): Breakpoints; | |