@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.
9 lines (8 loc) • 547 B
TypeScript
import { BaseComponent } from '../../utils';
import type { BreakpointCustomizable, ButtonGroupDirection } from '../types';
import * as i0 from "@angular/core";
export declare class PButtonGroup extends BaseComponent {
direction?: BreakpointCustomizable<ButtonGroupDirection>;
static ɵfac: i0.ɵɵFactoryDeclaration<PButtonGroup, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PButtonGroup, "p-button-group,[p-button-group]", never, { "direction": { "alias": "direction"; "required": false; }; }, {}, never, ["*"], false, never>;
}