UNPKG

angular2-json-schema-form

Version:
13 lines (12 loc) 466 B
import { ChangeDetectorRef, OnChanges, OnInit } from '@angular/core'; import { JsonSchemaFormService } from '../library/json-schema-form.service'; export declare class SemanticUIComponent implements OnInit, OnChanges { private changeDetector; private jsf; layoutNode: any; layoutIndex: number[]; dataIndex: number[]; constructor(changeDetector: ChangeDetectorRef, jsf: JsonSchemaFormService); ngOnInit(): void; ngOnChanges(): void; }