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