UNPKG

@catho/quantum

Version:
22 lines (20 loc) 392 B
interface BreakpointsProps { xsmall: { width: number; columns: number; }, small: { width: number; columns: number; }, medium: { width: number; columns: number; }, large: { width: number; columns: number; } } declare const breakpoints: BreakpointsProps; export default breakpoints;