UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

3 lines (2 loc) 161 B
import type { MantineTheme } from '../../MantineProvider'; export declare function getBreakpointValue(breakpoint: number | string, theme: MantineTheme): number;