@copilotkit/react-ui
Version:
<div align="center"> <a href="https://copilotkit.ai" target="_blank"> <img src="https://github.com/copilotkit/copilotkit/raw/main/assets/banner.png" alt="CopilotKit Logo"> </a>
19 lines (17 loc) • 726 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-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;
}