UNPKG

@assistant-ui/react

Version:

React components for AI chat.

7 lines 181 B
export type StreamPart<T extends Record<string, unknown>> = { [K in keyof T]: { type: K; value: T[K]; }; }[keyof T]; //# sourceMappingURL=StreamPart.d.ts.map