@open-chat/chat-bubble
Version:
Chat bubble component.
9 lines (8 loc) • 302 B
TypeScript
import { FaqType } from "../../types/initialDataType";
/**
* Renders the FAQ home button component.
* placed in the home screen in order to access the view/screen.
*/
export declare function FaqHomeButton({ FaqQuestions }: {
FaqQuestions: FaqType[];
}): import("react/jsx-runtime").JSX.Element;