@sixbell-telco/sdk
Version:
A collection of reusable components designed for use in Sixbell Telco Angular projects
9 lines (8 loc) • 498 B
TypeScript
import * as i0 from "@angular/core";
type InputContentAligment = 'start' | 'end';
export declare class InputContentComponent {
alignment: import("@angular/core").InputSignal<InputContentAligment>;
static ɵfac: i0.ɵɵFactoryDeclaration<InputContentComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<InputContentComponent, "st-input-content", never, { "alignment": { "alias": "alignment"; "required": true; "isSignal": true; }; }, {}, never, ["*"], true, never>;
}
export {};