UNPKG

easemob-chat-uikit

Version:

![Static Badge](https://img.shields.io/badge/platform-React-green) ![Static Badge](https://img.shields.io/badge/language-typescript-green) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/easemob/Easemob-UIKit-web) ![GitHub last c

4 lines (3 loc) 185 B
import type * as React from 'react'; export declare function fillRef<T>(ref: React.Ref<T>, node: T): void; export declare function composeRef<T>(...refs: React.Ref<T>[]): React.Ref<T>;