UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

3 lines (2 loc) 179 B
import type { BreakpointValue } from "../components/Breakpoint/Breakpoint.js"; export default function useBreakpoint(from: BreakpointValue | null, to?: BreakpointValue): boolean;