@fivethree/core
Version:
Fivethree Core Components
14 lines (13 loc) • 345 B
TypeScript
import { OnInit } from '@angular/core';
export declare class FivStepHeader implements OnInit {
index: number;
icon: string;
iconCompleted: string;
iconState: string;
tempIcon: string;
constructor();
ngOnInit(): void;
changeIconAndReveal(event: any, icon: string): void;
complete(): void;
reset(): void;
}