deep-chat
Version:
Customizable chat component for AI APIs
7 lines • 318 B
TypeScript
import { ServiceIO } from '../../services/serviceIO';
export declare class ValidateKeyPropertyView {
private static onLoad;
private static createElements;
static render(containerRef: HTMLElement, changeToChat: () => void, serviceIO: ServiceIO): void;
}
//# sourceMappingURL=validateKeyPropertyView.d.ts.map