@difizen/libro-ai-native
Version:
8 lines • 379 B
TypeScript
/// <reference types="react" resolution-mode="require"/>
import { ErrorOutputModel } from '@difizen/libro-jupyter';
import './index.less';
export declare class AIErrorOutputModel extends ErrorOutputModel {
view: import("react").ForwardRefExoticComponent<import("react").RefAttributes<HTMLDivElement>>;
showChat: boolean;
}
//# sourceMappingURL=error-output-model.d.ts.map