deep-chat-dev
Version:
Customizable chat component for AI APIs
7 lines • 338 B
TypeScript
export declare const CLASS_LIST = "classList";
export declare const STYLE = "style";
export declare const UNSET = "unset";
export declare const TARGET_WRAPPER_CLASS = "html-wrapper";
export declare const LENGTH = "length";
export declare const CREATE_ELEMENT: (tagName?: string) => HTMLElement;
//# sourceMappingURL=htmlConstants.d.ts.map