@porsche-design-system/components-angular
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) • 529 B
TypeScript
import type { BKey } from './mediaQueryShared';
export declare function getMediaQueryMax(max: BKey<'xs'>): '(max-width:479px)';
export declare function getMediaQueryMax(max: BKey<'s'>): '(max-width:759px)';
export declare function getMediaQueryMax(max: BKey<'m'>): '(max-width:999px)';
export declare function getMediaQueryMax(max: BKey<'l'>): '(max-width:1299px)';
export declare function getMediaQueryMax(max: BKey<'xl'>): '(max-width:1759px)';
export declare function getMediaQueryMax(max: BKey<'xxl'>): '(max-width:1919px)';