fundamental-ngx
Version:
SAP Fiori Fundamentals, implemented in Angular
12 lines (11 loc) • 351 B
TypeScript
import { ElementRef } from '@angular/core';
import { AbstractFdNgxClass } from '../utils/abstract-fd-ngx-class';
export declare class ButtonGroupedDirective extends AbstractFdNgxClass {
id: string;
size: string;
glyph: string;
state: string;
compact: boolean;
_setProperties(): void;
constructor(elementRef: ElementRef);
}