@primer/react
Version:
An implementation of GitHub's Primer Design System using React
28 lines (27 loc) • 536 B
TypeScript
export declare const PrimerBreakpoints: {
xsmall: {
width: string;
};
small: {
width: string;
};
medium: {
width: string;
};
large: {
width: string;
};
xlarge: {
width: string;
};
xxlarge: {
width: string;
};
};
export declare function breakpointHigher(width: string): string;
export declare function breakpointLower(width: string): string;
export declare const mediaQueries: {
narrow: string;
regular: string;
wide: string;
};