UNPKG

deep-chat

Version:

Customizable chat component for AI APIs

10 lines 533 B
import { MessageStyles } from '../../types/messages'; import { CustomStyle } from '../../types/styles'; export declare class LoadingStyle { static readonly BUBBLE_CLASS = "deep-chat-loading-message-bubble"; static readonly DOTS_CONTAINER_CLASS = "deep-chat-loading-message-dots-container"; private static colorToHex; static setDots(bubbleElement: HTMLElement, messageStyles?: MessageStyles): void; static setRing(bubbleElement: HTMLElement, style?: CustomStyle): void; } //# sourceMappingURL=loadingStyle.d.ts.map