@xapp/chat-widget
Version:
XAPP Chat Widget
11 lines (10 loc) • 348 B
TypeScript
import { Meta } from "@storybook/react";
import { VFC } from "react";
declare const _default: Meta;
export default _default;
export declare const Default: any;
export declare const LongText: any;
export declare const WithBorder: VFC;
export declare const MultipleLines: any;
export declare const WithAnimation: any;
export declare const Tail: VFC;