UNPKG

ngx-json-ui

Version:

This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0.

14 lines (13 loc) 597 B
import { OnInit } from '@angular/core'; import { ComponentModel } from '../../../core/models/component.model'; import * as i0 from "@angular/core"; export declare class ToastComponent implements OnInit { config: ComponentModel; hostClasses: string; labelCssClassName: string; cssClassName: string; cssStyle: any; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ToastComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "nju-toast", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, true, never>; }