Skip to content

Commit 46d4f2c

Browse files
committed
fix: missing typings for closeBottomSheet
1 parent c3c4bab commit 46d4f2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bottomsheet/bottomsheet.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export { BottomSheetOptions };
55
declare module '@nativescript/core/ui/core/view' {
66
interface View {
77
showBottomSheet(options: BottomSheetOptions): ViewBase;
8+
closeBottomSheet(...args);
89
}
910
}
1011

0 commit comments

Comments
 (0)