@xapp/chat-widget
Version:
XAPP Chat Widget
11 lines (10 loc) • 336 B
TypeScript
import { Meta } from "@storybook/react";
import { FC } from "react";
export interface ChatWidgetEnvContainerProps {
readonly content: string;
}
export declare const EnvTemplate: FC<ChatWidgetEnvContainerProps>;
export declare const Default: any;
export declare const LocalDirect: any;
declare const meta: Meta;
export default meta;