Icard/angular-clarity-master(work.../node_modules/@clr/angular/wizard/wizard-stepnav.d.ts

9 lines
449 B
TypeScript
Raw Normal View History

2024-07-16 14:55:36 +00:00
import { PageCollectionService } from './providers/page-collection.service';
import * as i0 from "@angular/core";
export declare class ClrWizardStepnav {
pageService: PageCollectionService;
constructor(pageService: PageCollectionService);
static ɵfac: i0.ɵɵFactoryDeclaration<ClrWizardStepnav, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ClrWizardStepnav, "clr-wizard-stepnav", never, {}, {}, never, never, false, never>;
}