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.
5 lines (4 loc) • 319 B
TypeScript
import { IDialogOptions, PopupModel } from "./popup";
import { PopupBaseViewModel } from "./popup-view-model";
export declare function createPopupModalViewModel(options: IDialogOptions, rootElement?: HTMLElement): PopupBaseViewModel;
export declare function createPopupViewModel(model: PopupModel): PopupBaseViewModel;