chatdemo-type
v0.0.5
Published
对话框组件
Downloads
13
Readme
chatdemo-type
对话框组件
Development
# 安装
$ npm i chatdemo-type使用
import { Chat } from 'chatdemo-type'
const Demo = () =>
return(
<div>
<Chat chatUrl="http://localhost:3000" imgUrl="xxx" />
</div>;
)
export default DemoLICENSE
MIT
