survey-react-ui 1.9.88 → 1.9.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,7 +12,7 @@ export declare class SurveyQuestionMultipleText extends SurveyQuestionElementBas
|
|
|
12
12
|
export declare class SurveyMultipleTextItem extends ReactSurveyElement {
|
|
13
13
|
private get question();
|
|
14
14
|
private get item();
|
|
15
|
-
protected getStateElements(): (MultipleTextItemModel | import("survey-core").
|
|
15
|
+
protected getStateElements(): (MultipleTextItemModel | import("survey-core").MultipleTextEditorModel)[];
|
|
16
16
|
private get creator();
|
|
17
17
|
protected renderElement(): JSX.Element;
|
|
18
18
|
protected renderItemTooltipError(item: MultipleTextItemModel, cssClasses: any): JSX.Element | null;
|