UNPKG

@xapp/chat-widget

Version:
11 lines (10 loc) 335 B
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;