UNPKG

modelosaurus-chatbot

Version:

A customizable plug and play chatbot component for React applications, designed to work seamlessly with the Modelosaurus API.

3 lines (2 loc) 154 B
export declare const getContrastColor: (hexColor: string) => string; export declare const darkenColor: (hexColor: string, percentage?: number) => string;