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.
2 parents df0a98e + 1b63f5b commit 1eafa10Copy full SHA for 1eafa10
index.d.ts
@@ -22,7 +22,7 @@ export interface NativeScriptVue<V = View> extends Vue {
22
$navigateTo: navigateTo
23
$navigateBack: () => void
24
25
- $modal?: { close: (data?) => Promise<typeof data> };
+ $modal?: { close: (data?: any) => Promise<typeof data> };
26
27
/**
28
* Open a modal using a component
platform/nativescript/element-registry.js
@@ -6,7 +6,7 @@ const defaultViewMeta = {
6
skipAddToDom: false,
7
isUnaryTag: false,
8
tagNamespace: '',
9
- canBeLeftOpen: false,
+ canBeLeftOpenTag: false,
10
model: null,
11
component: null
12
}
0 commit comments