UNPKG

@open-chat/chat-bubble

Version:

Chat bubble component.

6 lines (5 loc) 284 B
import { type LinkProps } from "react-router-dom"; import { FaqType } from "../../types/initialDataType"; export declare function FaqCard({ id, title, to, className, }: { to?: string; } & Omit<LinkProps, "to"> & Omit<FaqType, "content">): import("react/jsx-runtime").JSX.Element;