@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.
13 lines (12 loc) • 840 B
TypeScript
import { BaseComponent } from '../../utils';
import type { BreakpointCustomizable, GridDirection, GridGutter, GridWrap } from '../types';
import * as i0 from "@angular/core";
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
export declare class PGrid extends BaseComponent {
direction?: BreakpointCustomizable<GridDirection>;
/** @deprecated */
gutter?: BreakpointCustomizable<GridGutter>;
wrap?: BreakpointCustomizable<GridWrap>;
static ɵfac: i0.ɵɵFactoryDeclaration<PGrid, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PGrid, "p-grid,[p-grid]", never, { "direction": { "alias": "direction"; "required": false; }; "gutter": { "alias": "gutter"; "required": false; }; "wrap": { "alias": "wrap"; "required": false; }; }, {}, never, ["*"], false, never>;
}