UNPKG
@ag-grid-community/react
Version:
beta (25.0.1-beta)
latest (32.3.9)
v32-lts (32.3.9)
32.3.9
32.3.8
32.3.7
32.3.6
32.3.5
32.3.4
32.3.3
32.3.2
32.3.1
32.3.0
32.2.2
32.2.1
32.2.0
32.1.0
32.0.2
32.0.1
32.0.0
31.3.4
31.3.3
31.3.2
31.3.1
31.3.0
31.2.1
31.2.0
31.1.1
31.1.0
31.0.3
31.0.2
31.0.1
31.0.0
30.2.1
30.2.0
30.1.0
30.0.6
30.0.5
30.0.4
30.0.3
30.0.2
30.0.1
30.0.0
29.3.5
29.3.4
29.3.3
29.3.2
29.3.1
29.3.0
29.2.0
29.1.0
29.0.0
28.2.1
28.2.0
28.1.1
28.1.0
28.0.0
27.3.0
27.2.1
27.2.0
27.1.0
27.0.1
27.0.0
26.2.0
26.1.0
26.0.0
25.3.0
25.2.0
25.1.0
25.0.1
25.0.1-beta
25.0.0
24.1.1
24.1.0
24.0.0
23.2.1
23.2.0
23.1.1
23.1.0
23.0.3
23.0.3-beta.0
23.0.2
23.0.0
22.1.2
22.1.1
22.1.0
22.0.0
22.0.0-beta.1
AG Grid React Component
www.ag-grid.com/react-grid/
ag-grid/ag-grid
@ag-grid-community/react
/
dist
/
types
/
src
/
reactUi
/
reactComment.d.ts
4 lines
(3 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
import
type
{
RefObject
}
from
'react'
;
declare
const
useReactCommentEffect
:
(
comment
:
string
,
eForCommentRef
:
RefObject
<
HTMLElement
>
) =>
void
;
export
default
useReactCommentEffect;