@xapp/chat-widget
Version:
XAPP Chat Widget
10 lines (9 loc) • 304 B
TypeScript
import { Meta } from "@storybook/react";
import { VFC } from "react";
declare const _default: Meta;
export default _default;
export declare const Online: VFC;
export declare const Offline: VFC;
export declare const Away: VFC;
export declare const WithLongStatus: VFC;
export declare const WithMenu: VFC;