UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

10 lines 206 B
/** * Defines the configuration options for a theme. */ export type Theme = { id: string; version?: string; baseUrl?: string; cacheDuration?: number; }; //# sourceMappingURL=Theme.d.ts.map