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 075d3eb commit 7bd996dCopy full SHA for 7bd996d
docs/docs/examples/imperative-mode.mdx
@@ -65,7 +65,7 @@ interface TooltipImperativeCloseOptions {
65
66
interface TooltipImperativeProps {
67
open: (options?: TooltipImperativeOpenOptions) => void
68
- close: () => void
+ close: (options?: TooltipImperativeCloseOptions) => void
69
/**
70
* @readonly
71
*/
0 commit comments