UNPKG

survey-core

Version:

A framework-independent core of the SurveyJS Form Library that works with rendering packages. Use it to integrate dynamic, interactive JSON-based forms and surveys into your app, collect user responses, and send them to your own database.

7 lines (6 loc) 272 B
export declare class ConsoleWarnings { static disposedObjectChangedProperty(propName: string, objType: string): void; static inCorrectQuestionValue(questionName: string, val: any): void; static warn(text: string): void; static error(text: string): void; }