UNPKG

aspirechat

Version:

A highly customizable React chatbot component with extensive configuration options

3 lines (2 loc) 139 B
import { ChatTheme } from "../types"; export declare const mergeTheme: (baseTheme: ChatTheme, overrides: Partial<ChatTheme>) => ChatTheme;