UNPKG

ngx-json-ui

Version:

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

4 lines (3 loc) 210 B
import { InjectionToken } from '@angular/core'; import { ComponentMappingModel } from '../core/models/component-mapping.model'; export declare const COMPONENT_MAPPINGS: InjectionToken<ComponentMappingModel[]>;