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

9 lines
449 B
TypeScript

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>;
}