survey-creator-angular
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
10 lines (9 loc) • 502 B
TypeScript
import { BaseAngular } from "survey-angular-ui";
import { TabControlModel } from "survey-creator-core";
import * as i0 from "@angular/core";
export declare class TabControlComponent extends BaseAngular<TabControlModel> {
model: TabControlModel;
protected getModel(): TabControlModel;
static ɵfac: i0.ɵɵFactoryDeclaration<TabControlComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TabControlComponent, "svc-tab-control", never, { "model": "model"; }, {}, never, never>;
}