ionic-stepper
Version:
steppers components for Ionic / ionic2
12 lines (11 loc) • 453 B
TypeScript
import { IonicStepperComponent } from './ionic-stepper';
/** Button that moves to the next step in a stepper workflow. */
export declare class IonicStepperNext {
_stepper: IonicStepperComponent;
constructor(_stepper: IonicStepperComponent);
}
/** Button that moves to the previous step in a stepper workflow. */
export declare class IonicStepperPrevious {
_stepper: IonicStepperComponent;
constructor(_stepper: IonicStepperComponent);
}