UNPKG

softchatjs-react-native

Version:

React native UI SDK for softchatjs-core. Create a free account at: https://www.softchatjs.com

9 lines (6 loc) 169 B
import { ChatTheme } from '../types.js'; import 'react'; import 'react-native'; import 'softchatjs-core'; declare const theme: ChatTheme; export { theme as default };