UNPKG

kwikui

Version:

KwikID's UI Component Library in Angular

18 lines (17 loc) 915 B
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from "@angular/core"; import { TKwikUIStep, TKwikUIStepperOrientation } from "./stepper.definitions"; import * as i0 from "@angular/core"; export declare class KwikUIStepperComponent implements OnInit, OnChanges { activeItemIndex: number; clickable: boolean; id: string; orientation: TKwikUIStepperOrientation; steps: Array<TKwikUIStep>; onClick: EventEmitter<any>; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; private validateInputProperty; static ɵfac: i0.ɵɵFactoryDeclaration<KwikUIStepperComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<KwikUIStepperComponent, "kwikui-stepper", never, { "activeItemIndex": "activeItemIndex"; "clickable": "clickable"; "id": "id"; "orientation": "orientation"; "steps": "steps"; }, { "onClick": "onClick"; }, never, never>; }