@xapp/chat-widget
Version:
XAPP Chat Widget
11 lines (10 loc) • 335 B
TypeScript
import { Meta } from "@storybook/react";
import { VFC } from "react";
declare const meta: Meta;
export default meta;
export declare const Opened: VFC;
export declare const Closed: VFC;
export declare const Toggleable: VFC;
export declare const WithMixedItems: VFC;
export declare const Styled: VFC;
export declare const LeftOpen: VFC;