Skip to content

Commit

Permalink
Feat: Add of augmented module $bottomSheet declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLeconte committed Aug 27, 2023
1 parent 3a6b720 commit fbd75aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ declare module '@vue/runtime-core' {
info: (text: string, title?: string, notifyOptions?: any) => Promise<string>;
success: (text: string, title?: string, notifyOptions?: any) => Promise<string>;
};

$bottomSheet: {
create: (options: CreateBottomSheetOptions) => Promise<string>;
createList: (items: VListItem['$props'][], options?: CreateBottomSheetOptions) => Promise<string>;
};
}
}

Expand Down

0 comments on commit fbd75aa

Please sign in to comment.