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 7e36014 commit 643f77dCopy full SHA for 643f77d
src/Tooltip.tsx
@@ -46,8 +46,8 @@ export interface TooltipProps
46
styles?: TooltipStyles;
47
classNames?: TooltipClassNames;
48
/**
49
- * Config Tooltip can reuse of the bg for transition usage.
50
- * This is a experimental API, may be not stable.
+ * Configures Tooltip to reuse the background for transition usage.
+ * This is an experimental API and may not be stable.
51
*/
52
unique?: TriggerProps['unique'];
53
}
0 commit comments