UNPKG

survey-creator-core

Version:

A framework-independent core package of the SurveyJS Survey Creator component. With Survey Creator, you can visually design complex, interactive JSON forms and surveys in a drag-and-drop interface.

8 lines (7 loc) 556 B
export declare function getFirstNonTextElement(elements: any): any; export declare function findParentNode(className: string, sourceNode: HTMLElement): HTMLElement; export declare function getNodesFromKoComponentInfo(componentInfo: any): any; export declare function toggleHovered(e: MouseEvent, element: HTMLElement, timeout?: number): void; export declare function select(element: any): void; export declare function saveToFileHandler(fileName: string, blob: Blob): void; export declare function focusFirstControl(renderedElements: HTMLElement[]): void;