UNPKG

@fivethree/core

Version:
14 lines (13 loc) 345 B
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; }