UNPKG

@nova-ui/bits

Version:

SolarWinds Nova Framework

14 lines (13 loc) 703 B
import { ElementRef, TemplateRef } from "@angular/core"; import * as i0 from "@angular/core"; /** @ignore */ export declare class WizardOverflowComponent { el: ElementRef; tooltipText: string; template: TemplateRef<any>; value: number | string; completed: boolean; constructor(el: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration<WizardOverflowComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<WizardOverflowComponent, "nui-wizard-overflow", never, { "template": { "alias": "template"; "required": false; }; "value": { "alias": "value"; "required": false; }; "completed": { "alias": "completed"; "required": false; }; }, {}, never, never, false, never>; }