UNPKG

modelosaurus-chatbot

Version:

A customizable plug and play chatbot component for React applications, designed to work seamlessly with the Modelosaurus API.

13 lines (12 loc) 316 B
import type { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: import("react").FC<{}>; parameters: { layout: string; }; }; export default meta; type Story = StoryObj<typeof meta>; export declare const LoggedOut: Story; export declare const LoggedIn: Story;