@coreui/angular
Version:
CoreUI for Angular UI components library
10 lines (9 loc) • 487 B
TypeScript
import { ToastComponent } from '../toast/toast.component';
import * as i0 from "@angular/core";
export declare class ToastBodyComponent {
toast?: ToastComponent | undefined;
toastBodyClass: boolean;
constructor(toast?: ToastComponent | undefined);
static ɵfac: i0.ɵɵFactoryDeclaration<ToastBodyComponent, [{ optional: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<ToastBodyComponent, "c-toast-body", ["cToastBody"], {}, {}, never, ["*"], false>;
}