@plteam/chat-ui
Version:
CUI Kit is a free and open-source library for creating AI assistant chat interfaces, built with React, Material UI, and TypeScript
14 lines (13 loc) • 396 B
TypeScript
export declare const chatClassNames: {
threadRoot: string;
threadRootContainer: string;
textFieldRoot: string;
messageReasoningRoot: string;
messageAssistantRoot: string;
messageUserRoot: string;
messageUser: string;
markdownParentRoot: string;
markdownImage: string;
markdownSmoothedPending: string;
markdownSmoothedAnimating: string;
};