UNPKG

deep-chat

Version:

Customizable chat component for AI APIs

12 lines 451 B
import { CustomStyle } from '../../../types/styles'; export declare class IntroPanel { readonly _elementRef?: HTMLElement; private _isDisplayed; constructor(childElement?: HTMLElement, introPanelMarkUp?: string, introPanelStyle?: CustomStyle); private static createIntroPanel; private createIntroPanelWithChild; private createInternalIntroPanel; hide(): void; display(): void; } //# sourceMappingURL=introPanel.d.ts.map