survey-core
Version:
survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.
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;