UNPKG

deep-chat-dev

Version:

Customizable chat component for AI APIs

9 lines 268 B
import { LoadingStyles } from './messages'; export type LoadingToggleConfig = { style?: LoadingStyles; role?: string; }; export type DisplayLoadingBubble = boolean | { toggle: (config?: LoadingToggleConfig) => void; }; //# sourceMappingURL=loading.d.ts.map