UNPKG

@abgov/angular-components

Version:

Government of Alberta - UI components for Angular

9 lines (8 loc) 483 B
import { GoabFormStepStatus } from "@abgov/ui-components-common"; import * as i0 from "@angular/core"; export declare class GoabFormStep { text?: string; status?: GoabFormStepStatus; static ɵfac: i0.ɵɵFactoryDeclaration<GoabFormStep, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GoabFormStep, "goab-form-step", never, { "text": { "alias": "text"; "required": false; }; "status": { "alias": "status"; "required": false; }; }, {}, never, never, true, never>; }