@catho/quantum
Version:
Catho react components
22 lines (20 loc) • 392 B
TypeScript
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;