UNPKG

@wizco/fenixds-ngx

Version:

Componentes fenix design system para Angular.

13 lines 473 B
import { WcoToastConfig } from './toast.types'; import * as i0 from "@angular/core"; export declare class WcoToastService { private appRef; private injector; private componentRef; private get instance(); show(config: WcoToastConfig): string; dismiss(id: string): void; static ɵfac: i0.ɵɵFactoryDeclaration<WcoToastService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<WcoToastService>; } //# sourceMappingURL=toast.service.d.ts.map