8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522c883 commit 8f2d1a7Copy full SHA for 8f2d1a7
index.d.ts
@@ -11,7 +11,12 @@ declare module 'nativescript-vue' {
11
* @param resolver function to register the element
12
* @param meta meta associated with the element
13
*/
14
- static registerElement(elementName: string, resolver: Function, meta?: any);
+ static registerElement(elementName: string, resolver: Function, meta?: any): void;
15
+
16
+ /**
17
+ * starts the nativescript application
18
+ */
19
+ $run(): void
20
}
21
22
export = NativeScriptVue;
0 commit comments