UNPKG

igniteui-react-core

Version:
46 lines (45 loc) 1.31 kB
import { Description } from "./Description"; import { WebStepDescription } from "./WebStepDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebStepperDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private h; get steps(): WebStepDescription[]; set steps(a: WebStepDescription[]); private s; get orientation(): string; set orientation(a: string); private t; get stepType(): string; set stepType(a: string); private k; get linear(): boolean; set linear(a: boolean); private j; get contentTop(): boolean; set contentTop(a: boolean); private v; get verticalAnimation(): string; set verticalAnimation(a: string); private r; get horizontalAnimation(): string; set horizontalAnimation(a: string); private n; get animationDuration(): number; set animationDuration(a: number); private u; get titlePosition(): string; set titlePosition(a: string); private q; get activeStepChangingRef(): string; set activeStepChangingRef(a: string); private p; get activeStepChangedRef(): string; set activeStepChangedRef(a: string); }