UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

8 lines (5 loc) 138 B
export type Language = string; export type CometChatLocalizeContextType = { language: Language; t: (key: string) => string; };