UNPKG

@nova-ui/bits

Version:

SolarWinds Nova Framework

19 lines (18 loc) 1.02 kB
import { CdkStepperNext, CdkStepperPrevious } from "@angular/cdk/stepper"; import * as i0 from "@angular/core"; /** Button that moves to the next step in a stepper workflow. * @ignore */ export declare class WizardStepperNextDirective extends CdkStepperNext { type: string; static ɵfac: i0.ɵɵFactoryDeclaration<WizardStepperNextDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<WizardStepperNextDirective, "button[nuiWizardNext]", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>; } /** Button that moves to the previous step in a stepper workflow. * @ignore */ export declare class WizardStepperPreviousDirective extends CdkStepperPrevious { type: string; static ɵfac: i0.ɵɵFactoryDeclaration<WizardStepperPreviousDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<WizardStepperPreviousDirective, "button[nuiWizardPrevious]", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>; }