UNPKG

shiza-developer-chat-embed

Version:

Javascript library to display SHIZA Developer chatbot on your website

15 lines 413 B
type TooltipProps = { showTooltip: boolean; position: { bottom: number; right: number; }; buttonSize: number; tooltipMessage?: string; tooltipBackgroundColor?: string; tooltipTextColor?: string; tooltipFontSize?: number; }; declare const Tooltip: (props: TooltipProps) => import("solid-js").JSX.Element; export default Tooltip; //# sourceMappingURL=Tooltip.d.ts.map