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 a1ce226 commit 2f8365bCopy full SHA for 2f8365b
src/bottomsheet/vue/index.ts
@@ -9,7 +9,7 @@ export interface VueBottomSheetOptions extends Omit<BottomSheetOptions, 'view'>
9
10
declare module 'nativescript-vue' {
11
interface NativeScriptVue <V = View> extends Vue{
12
- $showBottomSheet(component: typeof Vue, options?: VueBottomSheetOptions);
+ $showBottomSheet(component: typeof Vue, options?: VueBottomSheetOptions): Promise<any>;
13
$closeBottomSheet(...args);
14
}
15
0 commit comments