xui
Version:
xUI Components for Angular
14 lines (13 loc) • 659 B
TypeScript
import { DecagramColor, DecagramType } from './decagram.types';
import * as i0 from "@angular/core";
export declare class DecagramComponent {
iconSize: number;
type: DecagramType;
color: DecagramColor;
get style(): string;
get iconStyle(): {
[klass: string]: boolean;
};
static ɵfac: i0.ɵɵFactoryDeclaration<DecagramComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DecagramComponent, "xui-decagram", never, { "iconSize": { "alias": "iconSize"; "required": false; }; "type": { "alias": "type"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"], false, never>;
}