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 e1bc562 commit 2281a2cCopy full SHA for 2281a2c
index.d.ts
@@ -45,6 +45,7 @@ export interface NativeScriptVue<V = View> extends Vue {
45
export interface NativeScriptVueConstructor extends VueConstructor<NativeScriptVue> {
46
navigateTo: navigateTo
47
navigateBack: () => void
48
+ registerElement: (elementName: string, resolver: Function, meta?: any) => void
49
}
50
51
export const NativeScriptVue: NativeScriptVueConstructor
0 commit comments