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 c7e5d71 commit 042cccaCopy full SHA for 042ccca
index.d.ts
@@ -46,7 +46,7 @@ export interface NativeScriptVue<V = View> extends Vue {
46
$navigateTo: navigateTo
47
$navigateBack: navigateBack
48
49
- $modal?: { close: (data?: any) => Promise<typeof data> };
+ $modal?: { close: (data?: any) => void };
50
51
$showModal: (component: import('vue').ComponentOptions<Vue> | string, options?: ModalOptions) => Promise<any>;
52
0 commit comments