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 b766fe4 commit ef80352Copy full SHA for ef80352
src/bottomsheet/vue-3/index.ts
@@ -70,9 +70,9 @@ declare module '@vue/runtime-core' {
70
}
71
72
73
-export interface VueBottomSheetOptions extends Omit<BottomSheetOptions, 'view'> {
+interface VueBottomSheetOptions extends Partial<BottomSheetOptions> {
74
view?: string | ViewBase;
75
props?: any;
76
77
78
-export { BottomSheetPlugin, useBottomSheet };
+export { BottomSheetPlugin, VueBottomSheetOptions, useBottomSheet };
0 commit comments