@quicktvui/quicktvui3 1.1.45 → 1.1.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/src/qt/QtAPI.d.ts +0 -3
- package/dist/src/qt/QtAPIModule.d.ts +3 -0
- package/package.json +1 -1
package/dist/src/qt/QtAPI.d.ts
CHANGED
|
@@ -61,6 +61,3 @@ export interface QtAPI {
|
|
|
61
61
|
virtualView: QtVirtualViewAPI;
|
|
62
62
|
}
|
|
63
63
|
export declare function createQtAPI(): QtAPI;
|
|
64
|
-
export declare const QT_API_MODULE = "ExtendModule";
|
|
65
|
-
export declare const QT_CALL_UI_FUNCTION = "callUIFunction";
|
|
66
|
-
export declare const QT_CALL_UI_FUNCTION_WITH_PROMISE = "callUIFunctionWithPromise";
|