UNPKG

survey-vue3-ui

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.

9 lines (8 loc) 305 B
export declare class ComponentFactory { static Instance: ComponentFactory; private creatorHash; registerComponent(typeName: string, componentType: any): void; getComponent(typeName: string): any; getAllTypes(): Array<string>; isComponentRegistered(elementType: string): boolean; }