UNPKG

@ducor/react

Version:

admin template ui interface

4 lines (3 loc) 212 B
import { TW_BREAKPOINT } from "../provider/breakpoint"; export declare const useBreakpoint: () => TW_BREAKPOINT; export declare const useBreakpointEffect: (callback: (breakpoint: TW_BREAKPOINT) => void) => void;