@aslaluroba/help-center
Version:
A powerful and customizable help center widget for Angular applications with real-time chat functionality, AI assistance, and multi-language support.
39 lines (38 loc) • 2.23 kB
TypeScript
import * as i0 from "@angular/core";
export declare class CardComponent {
variant: 'default' | 'rounded' | 'shadowed';
class: string;
get hostClasses(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "app-card", never, { "variant": { "alias": "variant"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], true, never>;
}
export declare class CardHeaderComponent {
class: string;
get hostClasses(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "app-card-header", never, { "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], true, never>;
}
export declare class CardTitleComponent {
class: string;
get hostClasses(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<CardTitleComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CardTitleComponent, "app-card-title", never, { "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], true, never>;
}
export declare class CardDescriptionComponent {
class: string;
get hostClasses(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<CardDescriptionComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CardDescriptionComponent, "app-card-description", never, { "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], true, never>;
}
export declare class CardContentComponent {
class: string;
get hostClasses(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<CardContentComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CardContentComponent, "app-card-content", never, { "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], true, never>;
}
export declare class CardFooterComponent {
class: string;
get hostClasses(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "app-card-footer", never, { "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], true, never>;
}