UNPKG

@procore/core-react

Version:
5 lines (4 loc) 277 B
import type { GridBreakpoint } from './Grid.types'; export declare const breakpointRawMinWidthValues: Record<GridBreakpoint, number>; export declare const breakpointMinWidthValues: Record<GridBreakpoint, string>; export declare const breakpointsSmallToLarge: GridBreakpoint[];