UNPKG

survey-creator-angular

Version:

Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.

10 lines (9 loc) 502 B
import { ThemeTabViewModel } from "survey-creator-core"; import { BaseAngular } from "survey-angular-ui"; import * as i0 from "@angular/core"; export declare class ThemeTabComponent extends BaseAngular<ThemeTabViewModel> { model: ThemeTabViewModel; protected getModel(): ThemeTabViewModel; static ɵfac: i0.ɵɵFactoryDeclaration<ThemeTabComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ThemeTabComponent, "svc-tab-theme", never, { "model": "model"; }, {}, never, never>; }