This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
declare module 'qdt-components' { | |
/** | |
* Qlik-powered components built by the Qlik Demo Team. For use with simple html, Angular6, React 16 and Vue 2 | |
*/ | |
export default class QdtComponents { | |
constructor(config: QdtConfig, connections?: QdtConnections); | |
/** | |
* Resolves to a Capabilities API App instance | |
*/ |