@copilotkit/react-ui
Version:
<img src="https://github.com/user-attachments/assets/0a6b64d9-e193-4940-a3f6-60334ac34084" alt="banner" style="border-radius: 12px; border: 2px solid #d6d4fa;" />
22 lines (20 loc) • 851 B
text/typescript
// autogenerated (see postcss.config.js) - do not edit
import { CSSProperties } from "react";
export interface CopilotKitCSSProperties extends CSSProperties {
"--copilot-kit-primary-color"?: string;
"--copilot-kit-contrast-color"?: string;
"--copilot-kit-background-color"?: string;
"--copilot-kit-input-background-color"?: string;
"--copilot-kit-secondary-color"?: string;
"--copilot-kit-secondary-contrast-color"?: string;
"--copilot-kit-separator-color"?: string;
"--copilot-kit-muted-color"?: string;
"--copilot-kit-error-background"?: string;
"--copilot-kit-error-border"?: string;
"--copilot-kit-error-text"?: string;
"--copilot-kit-shadow-sm"?: string;
"--copilot-kit-shadow-md"?: string;
"--copilot-kit-shadow-lg"?: string;
"--copilot-kit-dev-console-bg"?: string;
"--copilot-kit-dev-console-text"?: string;
}