8000 chore: update typedefs (#283) · ukik/nativescript-vue@8f2d1a7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f2d1a7

Browse files
championswimmerrigor789
authored andcommitted
chore: update typedefs (nativescript-vue#283)
1 parent 522c883 commit 8f2d1a7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ declare module 'nativescript-vue' {
1111
* @param resolver function to register the element
1212
* @param meta meta associated with the element
1313
*/
14-
static registerElement(elementName: string, resolver: Function, meta?: any);
14+
static registerElement(elementName: string, resolver: Function, meta?: any): void;
15+
16+
/**
17+
* starts the nativescript application
18+
*/
19+
$run(): void
1520
}
1621

1722
export = NativeScriptVue;

0 commit comments

Comments
 (0)
0