UNPKG

@open-chat/chat-bubble

Version:

Chat bubble component.

8 lines (7 loc) 200 B
import { RefObject } from 'react'; interface ScrollPosition { x: number; y: number; } declare const useScroll: (targetRef: RefObject<HTMLElement>) => ScrollPosition; export default useScroll;