Skip to content

Commit

Permalink
Format and lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phamduylong committed Dec 17, 2024
1 parent 8dc23f9 commit 50d923b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
optionHover = 'hover:preset-tonal',
optionActive = 'preset-filled-primary-500',
optionClasses = '',
optionFocus = '',
// Snippets
arrow,
// Events
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,4 @@ export interface TooltipProps extends Omit<tooltip.Context, 'id' | 'open'> {
onmouseover?: () => void;
/** Handle the tooltip button click event. */
onclick?: () => void;

}

0 comments on commit 50d923b

Please sign in to comment.