@codedevin/dify-chat
Version:
A beautiful and configurable chatbot widget for Dify integration with multiple display modes
11 lines (10 loc) • 367 B
TypeScript
import { ChatTheme } from '../types';
export declare const lightTheme: ChatTheme;
export declare const darkTheme: ChatTheme;
export declare const defaultTheme: ChatTheme;
export declare const presetThemes: {
readonly light: ChatTheme;
readonly dark: ChatTheme;
};
export type PresetThemeName = keyof typeof presetThemes;
//# sourceMappingURL=presets.d.ts.map