@open-chat/chat-bubble
Version:
Chat bubble component.
7 lines (6 loc) • 407 B
TypeScript
import { type ReactNode } from "react";
import { ComponentPropsWithoutRef } from "react-markdown/lib/ast-to-react";
export declare function UserSuggestionBtn({ children, className, ...props }: ComponentPropsWithoutRef<"button">): import("react/jsx-runtime").JSX.Element;
export declare function UserSuggestionsContainer({ children, }: {
children: ReactNode;
}): import("react/jsx-runtime").JSX.Element;