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 4704855 commit b2516f8Copy full SHA for b2516f8
src/bottomsheet/bottomsheet.d.ts
@@ -84,10 +84,3 @@ declare module '@nativescript/core/ui/core/view' {
84
showBottomSheet(options: BottomSheetOptions): ViewBase;
85
}
86
87
-
88
-declare module '@nativescript/core' {
89
- interface View {
90
- closeBottomSheet(...args: any): void;
91
- showBottomSheet(options: BottomSheetOptions): ViewBase;
92
- }
93
-}
0 commit comments