@abgov/angular-components
Version:
Government of Alberta - UI components for Angular
7 lines (6 loc) • 360 B
TypeScript
import * as i0 from "@angular/core";
export declare class GoabFormItemSlot {
slot: "helptext" | "error";
static ɵfac: i0.ɵɵFactoryDeclaration<GoabFormItemSlot, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GoabFormItemSlot, "goab-form-item-slot", never, { "slot": { "alias": "slot"; "required": true; }; }, {}, never, ["*"], true, never>;
}