@hxui/angular
Version:
An Angular library based on the [HXUI design system](https://hxui.io).
11 lines (10 loc) • 532 B
TypeScript
import { Toast, ToastPackage, ToastrService } from "ngx-toastr";
import * as i0 from "@angular/core";
export declare class HxaToastrComponent extends Toast {
protected toastrService: ToastrService;
toastPackage: ToastPackage;
constructor(toastrService: ToastrService, toastPackage: ToastPackage);
close(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<HxaToastrComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<HxaToastrComponent, "hxa-toastr-component", never, {}, {}, never, never>;
}