UNPKG

@coreui/angular

Version:

CoreUI Components Library for Angular

10 lines (9 loc) 484 B
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, ["*"], true, never>; }