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) 171 B
import React from 'react'; declare function Preview({ message, color, }: { message: string; color: string; }): React.JSX.Element; export { Preview as default };