UNPKG

@kustomer/chat-react-native

Version:

Kustomer Chat SDK wrapper for React Native

6 lines 210 B
/** * Mock for KustomerChat for external usages. */ import type { IKustomerChat } from './types'; export declare const MockKustomerChat: Partial<IKustomerChat>; //# sourceMappingURL=KustomerChat.mock.d.ts.map