UNPKG

ngx-obelisco-example

Version:

Componentes funcionales y reutilizables para Angular.

14 lines (13 loc) 668 B
import { Sizes, Step } from 'ngx-obelisco-example/core/models'; import * as i0 from "@angular/core"; export declare class OListStepComponent { steps: Step[]; isStepLight: boolean; isStepNumber: boolean; size: Sizes; customClasses: string; isTextArray(i: number): boolean; textArray(i: number): string[]; static ɵfac: i0.ɵɵFactoryDeclaration<OListStepComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<OListStepComponent, "o-list-step", never, { "steps": "steps"; "isStepLight": "isStepLight"; "isStepNumber": "isStepNumber"; "size": "size"; "customClasses": "customClasses"; }, {}, never, never, false>; }