UNPKG

@sendbird/uikit-react

Version:

Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.

10 lines (9 loc) 162 B
export interface MockErrorType { code: number; } /** * We can add a policy for the mock instances */ export declare const mockError: { code: number; };