ionic-stepper
Version:
steppers components for Ionic / ionic2
8 lines (7 loc) • 406 B
TypeScript
import IonicStepperModule from './ionic-stepper.module';
export { IonicStepperModule } from './ionic-stepper.module';
export { IonicStepperComponent } from './ionic-stepper';
export { IonicStepComponent } from './ionic-step';
export { IonicStepHeaderComponent } from './ionic-step-header';
export { IonicStepperNext, IonicStepperPrevious } from './ionic-stepper-button';
export default IonicStepperModule;