UNPKG

@nova-ui/bits

Version:

SolarWinds Nova Framework

11 lines (10 loc) 420 B
import { Injector } from "@angular/core"; import { ToastPackage } from "./toast-package"; /** Custom injector type specifically for instantiating components with a toast. */ /** @ignore */ export declare class ToastInjector implements Injector { private toastPackage; private parentInjector; constructor(toastPackage: ToastPackage, parentInjector: Injector); get(token: any, notFoundValue?: any): any; }