UNPKG

deep-chat-dev

Version:

Customizable chat component for AI APIs

13 lines 317 B
export type HTMLWrappers = { default?: string; ai?: string; } & { [name: string]: string; }; export interface StreamConfig { simulation?: boolean | number | string; readable?: boolean; partialRender?: boolean; } export type Stream = boolean | StreamConfig; //# sourceMappingURL=stream.d.ts.map