@assistant-ui/react
Version:
React components for AI chat.
14 lines • 541 B
TypeScript
import { streamPartDecoderStream } from "./streamPartDecoderStream";
import { streamPartEncoderStream } from "./streamPartEncoderStream";
import { StreamPart } from "./StreamPart";
export declare namespace StreamUtils {
export { StreamPart };
}
/**
* @deprecated `streamUtils` will be replaced with `assistant-stream` once it is ready.
*/
export declare const streamUtils: {
streamPartEncoderStream: typeof streamPartEncoderStream;
streamPartDecoderStream: typeof streamPartDecoderStream;
};
//# sourceMappingURL=index.d.ts.map