UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

28 lines 572 B
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; }; //# sourceMappingURL=layout.d.ts.map