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.
forwardRef
1 parent 4ea43f0 commit 4bbe124Copy full SHA for 4bbe124
src/components/TooltipProvider/TooltipProviderTypes.d.ts
@@ -1,4 +1,4 @@
1
-import type { MutableRefObject, ReactNode, RefObject } from 'react'
+import type { ReactNode, RefObject } from 'react'
2
import type { ITooltipController } from 'components/TooltipController/TooltipControllerTypes'
3
4
export type AnchorRef = RefObject<HTMLElement>
@@ -18,7 +18,6 @@ export type TooltipContextDataWrapper = TooltipContextData & {
18
19
export interface ITooltipWrapper {
20
tooltipId?: string
21
- forwardRef?: MutableRefObject<HTMLElement | null>
22
children: ReactNode
23
24
place?: ITooltipController['place']
0 commit comments