@porsche-design-system/components-js
Version:
Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.
8 lines (7 loc) • 565 B
TypeScript
import type { BKey } from './mediaQueryShared';
export declare function getMediaQueryMax(max: BKey<'xs'>): '@media(max-width:479px)';
export declare function getMediaQueryMax(max: BKey<'s'>): '@media(max-width:759px)';
export declare function getMediaQueryMax(max: BKey<'m'>): '@media(max-width:999px)';
export declare function getMediaQueryMax(max: BKey<'l'>): '@media(max-width:1299px)';
export declare function getMediaQueryMax(max: BKey<'xl'>): '@media(max-width:1759px)';
export declare function getMediaQueryMax(max: BKey<'xxl'>): '@media(max-width:1919px)';