Skip to content

Commit 7bd996d

Browse files
docs: fix imperative mode interface
1 parent 075d3eb commit 7bd996d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/examples/imperative-mode.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ interface TooltipImperativeCloseOptions {
6565

6666
interface TooltipImperativeProps {
6767
open: (options?: TooltipImperativeOpenOptions) => void
68-
close: () => void
68+
close: (options?: TooltipImperativeCloseOptions) => void
6969
/**
7070
* @readonly
7171
*/

0 commit comments

Comments
 (0)