UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

9 lines 190 B
/** * Defines the available attributes for a toast. */ export type Toast = { id: string; content: string | JSX.Element; timeout?: number; }; //# sourceMappingURL=Toast.d.ts.map