UNPKG

202 BTypeScriptView Raw
1// ag-grid-react v26.2.0
2import { RefObject } from 'react';
3declare const useReactCommentEffect: (comment: string, eForCommentRef: RefObject<HTMLElement>) => void;
4export default useReactCommentEffect;