UNPKG

chat-bot-ai

Version:
7 lines 195 B
import ChatBox from "../index"; import "../index.css"; export default { title: "ChatBox", component: ChatBox }; export const Default = args => /*#__PURE__*/React.createElement(ChatBox, args);