deep-chat-dev
Version:
Customizable chat component for AI APIs
23 lines • 1.03 kB
TypeScript
export declare const INSIDE_START = "inside-start";
export declare const INSIDE_END = "inside-end";
export declare const OUTSIDE_START = "outside-start";
export declare const OUTSIDE_END = "outside-end";
export declare const DROPUP_MENU = "dropup-menu";
export declare const DEFAULT = "default";
export declare const HOVER = "hover";
export declare const CLICK = "click";
export declare const ACTIVE = "active";
export declare const DISABLED = "disabled";
export declare const SVG = "svg";
export declare const UNAVAILABLE = "unavailable";
export declare const STYLES = "styles";
export declare const MOUSEENTER = "mouseenter";
export declare const MOUSELEAVE = "mouseleave";
export declare const MOUSEDOWN = "mousedown";
export declare const MOUSEUP = "mouseup";
export declare const SUBMIT = "submit";
export declare const LOADING = "loading";
export declare const STOP = "stop";
export declare const UNSUPPORTED = "unsupported";
export declare const COMMAND_MODE = "commandMode";
//# sourceMappingURL=inputConstants.d.ts.map