UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

4 lines (3 loc) 253 B
import type { MantineBreakpoint } from '../../MantineProvider'; export type BreakpointsSource = Record<MantineBreakpoint, number | string>; export declare function getBreakpointValue(breakpoint: number | string, breakpoints: BreakpointsSource): number;