@assistant-ui/react
Version:
Typescript/React library for AI Chat
4 lines • 299 B
TypeScript
import { TextContentPart } from "../../types/AssistantTypes";
import { ContentPartState } from "../../api/ContentPartRuntime";
export declare const useSmooth: (state: ContentPartState & TextContentPart, smooth?: boolean) => ContentPartState & TextContentPart;
//# sourceMappingURL=useSmooth.d.ts.map