UNPKG

angular2-json-schema-form

Version:
12 lines (11 loc) 340 B
import { OnInit } from '@angular/core'; import { JsonSchemaFormService } from '../json-schema-form.service'; export declare class TabComponent implements OnInit { private jsf; options: any; layoutNode: any; layoutIndex: number[]; dataIndex: number[]; constructor(jsf: JsonSchemaFormService); ngOnInit(): void; }