UNPKG

sandeep-react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

10 lines 222 B
/// <reference types="react" /> /** * Defines the available attributes for a toast. */ export type Toast = { id: string; content: string | JSX.Element; timeout?: number; }; //# sourceMappingURL=Toast.d.ts.map