UNPKG

@xapp/chat-widget

Version:
49 lines (48 loc) 2.08 kB
import { Meta } from "@storybook/react"; import React, { VFC } from "react"; declare const meta: Meta; export default meta; export interface WidgetEnvDeprecated { readonly accountKey: string; readonly direct?: boolean; } export declare const Default: VFC; export declare const DefaultWithMenu: VFC; export declare const DefaultXAPPY: VFC; export declare const DefaultWithTallHeight: VFC; export declare const AutoOpenOnPattern: VFC; export declare const Direct: VFC; export declare const DirectWithFailureMessages: () => React.JSX.Element; export declare const DirectWithExternalMiddleware: VFC; export declare const DirectWithExternalMiddlewareAndConfigurableMessages: VFC; export declare const DirectWithItemsOnConfigurableMessages: VFC; export declare const DirectWithEmptyItemsOnConfigurableMessages: VFC; export declare const Router: VFC; export declare const RouterWithoutAvatar: VFC; export declare const RouterMultiTenant: VFC; export declare const Static: VFC; export declare const Docked: VFC; export declare const MixedMenu: VFC; export declare const MixedMenuHeaderLeftButton: VFC; export declare const EmptyMenu: VFC; export declare const Styled: VFC; export declare const Cta: VFC; export declare const CtaMobile: VFC; export declare const CtaWithapplyAtLessThanWidth: VFC; export declare const CtaTimeoutIsZero: VFC; export declare const CtaNoDelay: VFC; export declare const CtaNoTimeoutWithDelay: VFC; export declare const CtaNoTimeoutWithDelayAndAnimation: VFC; export declare const StyledTheme1: VFC; export declare const Reset: VFC; export declare const WithAllHeaderButtons: VFC; export declare const WithShowResetConfirmationHeaderButtons: VFC; export declare const Disabled: VFC; export declare const InvalidServerUrl: VFC; export declare const WithCustomComponents: VFC; export declare const WithMiddlewareFromURL: VFC; export declare const WithToken: VFC; export declare const WithOutActions: VFC; export declare const WithHooks: VFC; export declare const WithCustomizedTitleAndAvatar: VFC; export declare const WithCustomChatButtonImageUrl: VFC;