Skip to content

Commit fbd75aa

Browse files
committed
Feat: Add of augmented module $bottomSheet declaration
1 parent 3a6b720 commit fbd75aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ declare module '@vue/runtime-core' {
121121
info: (text: string, title?: string, notifyOptions?: any) => Promise<string>;
122122
success: (text: string, title?: string, notifyOptions?: any) => Promise<string>;
123123
};
124+
125+
$bottomSheet: {
126+
create: (options: CreateBottomSheetOptions) => Promise<string>;
127+
createList: (items: VListItem['$props'][], options?: CreateBottomSheetOptions) => Promise<string>;
128+
};
124129
}
125130
}
126131

0 commit comments

Comments
 (0)