com.phloxui
Version:
PhloxUI Ng2+ Framework
12 lines (11 loc) • 404 B
TypeScript
import { MaterialStepModel } from './MaterialStepModel';
import { AbstractI18NApplicable } from '../../../share/AbstractI18NApplicable';
export declare class MaterialStepperModel extends AbstractI18NApplicable {
nextLabel: string;
backLabel: string;
resetLabel: string;
showNextButton: boolean;
showBackButton: boolean;
showResetButton: boolean;
steps: MaterialStepModel[];
}