UNPKG

xui

Version:

xUI Components for Angular

10 lines (9 loc) 580 B
import { ButtonColor, ButtonSize, ButtonType } from './button.types'; import * as i0 from "@angular/core"; export declare class ButtonGroupComponent { type?: ButtonType; size?: ButtonSize; color?: ButtonColor; static ɵfac: i0.ɵɵFactoryDeclaration<ButtonGroupComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ButtonGroupComponent, "xui-button-group", never, { "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"], false, never>; }