UNPKG

survey-creator-angular

Version:

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

10 lines (9 loc) 605 B
import { ItemValue, QuestionDropdownModel } from "survey-core"; import { CellQuestionComponent } from "./cell-question.component"; import * as i0 from "@angular/core"; export declare class CellQuestionDropdownComponent extends CellQuestionComponent<QuestionDropdownModel> { getItemValueComponentName(item: ItemValue): string; getItemValueComponentData(item: ItemValue): any; static ɵfac: i0.ɵɵFactoryDeclaration<CellQuestionDropdownComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CellQuestionDropdownComponent, "svc-cell-dropdown-question", never, {}, {}, never, never>; }