UNPKG

fui-fancyui

Version:
3 lines (2 loc) 168 B
import { TBreakPoints } from '../../../types/TBreakPoints'; export declare const useActiveBreakpoint: (breakpoints?: TBreakPoints) => "sm" | "md" | "lg" | "xl" | null;