UNPKG

ng-ptplibraries

Version:

9 lines (8 loc) 269 B
import { OnInit } from '@angular/core'; import { StepWizardSteps } from './step-wizard.interface'; export declare class PTPStepWizardComponent implements OnInit { currentStep: number; steps: StepWizardSteps[]; constructor(); ngOnInit(): void; }