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 a489b7d commit 69c43dbCopy full SHA for 69c43db
src/composables/useTooltipProps.ts
@@ -7,7 +7,7 @@ import { getReactiveGlobalConfig } from '../config/globalConfig'
7
/**
8
* Default values for tooltip props
9
*/
10
-export const DEFAULT_TOOLTIP_PROPS: Readonly<Required<Omit<TooltipProps, 'content'>>> = {
+export const DEFAULT_TOOLTIP_PROPS: Readonly<Required<Omit<TooltipProps, 'content' | 'externalTrigger'>>> = {
11
position: 'auto',
12
trigger: 'both',
13
showDelay: 100,
0 commit comments