UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

4 lines (3 loc) 248 B
import type { ForwardedRef, MutableRefObject } from 'react'; export declare const isMutableRef: <T>(ref: ForwardedRef<T> | null) => ref is MutableRefObject<T>; export declare const getImageDimensions: (source: string) => Promise<[number, number]>;