@open-chat/chat-bubble
Version:
Chat bubble component.
7 lines (6 loc) • 303 B
TypeScript
/// <reference types="react" />
import type { Options } from "../types/OptionsType";
export declare function Root({ children, ...options }: Options & {
children: React.ReactNode;
}): import("react/jsx-runtime").JSX.Element;
export declare function Bubble(): import("react/jsx-runtime").JSX.Element;