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