Skip to content

Commit

Permalink
🏷️ Add narrower BubbleTheme.tooltip type
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgibson committed Jun 2, 2023
1 parent b3d1532 commit c61d86c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/bubble.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ class BubbleTooltip extends BaseTooltip {
}

class BubbleTheme extends BaseTheme {
public tooltip: BubbleTooltip;

constructor(quill, options) {
if (
options.modules.toolbar != null &&
Expand Down

0 comments on commit c61d86c

Please sign in to comment.