@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.
6 lines (5 loc) • 336 B
TypeScript
type GridWidth = 'narrow' | 'basic' | 'extended' | 'wide' | 'full';
export declare const _gridPadding = "max(0px, 50vw - 2560px / 2)";
export declare const _getGridOffsetS: (width: Exclude<GridWidth, "full" | "wide">) => string;
export declare const _getGridOffsetXXL: (width: Exclude<GridWidth, "full" | "wide">) => string;
export {};