UNPKG

chat-frontend-library

Version:

``` npm install chat-frontend-library --save ```

3 lines (2 loc) 110 B
import { IChatItem } from "../api/chatApi"; export declare const chatListSelect: (state: any) => IChatItem[];