UNPKG

primeng

Version:

PrimeNG is an open source UI library for Angular featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeB

18 lines (17 loc) 795 B
import { OnInit } from '@angular/core'; import { BaseComponent } from 'primeng/basecomponent'; import * as i0 from "@angular/core"; export declare class BaseIcon extends BaseComponent implements OnInit { label: string; spin: boolean; styleClass: string; role: string; ariaLabel: string; ariaHidden: boolean; ngOnInit(): void; getAttributes(): void; getClassNames(): string; static ɵfac: i0.ɵɵFactoryDeclaration<BaseIcon, never>; static ɵcmp: i0.ɵɵComponentDeclaration<BaseIcon, "ng-component", never, { "label": { "alias": "label"; "required": false; }; "spin": { "alias": "spin"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; }, {}, never, ["*"], true, never>; static ngAcceptInputType_spin: unknown; }