@sixbell-telco/sdk
Version:
A collection of reusable components designed for use in Sixbell Telco Angular projects
10 lines (9 loc) • 509 B
TypeScript
import * as i0 from "@angular/core";
export declare class DialogTitleComponent {
/** Internal signal that indicates whether a subtitle is present in the dialog */
private readonly hasSubTitle;
setHasSubTitle(value: boolean): void;
componentClass: import("@angular/core").Signal<string>;
static ɵfac: i0.ɵɵFactoryDeclaration<DialogTitleComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DialogTitleComponent, "st-dialog-title", never, {}, {}, never, ["*"], true, never>;
}