Skip to content

Commit b2516f8

Browse files
committed
chore(bottomsheet): build fix
1 parent 4704855 commit b2516f8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/bottomsheet/bottomsheet.d.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,3 @@ declare module '@nativescript/core/ui/core/view' {
8484
showBottomSheet(options: BottomSheetOptions): ViewBase;
8585
}
8686
}
87-
88-
declare module '@nativescript/core' {
89-
interface View {
90-
closeBottomSheet(...args: any): void;
91-
showBottomSheet(options: BottomSheetOptions): ViewBase;
92-
}
93-
}

0 commit comments

Comments
 (0)