@memberjunction/ng-ai-test-harness
Version:
MemberJunction AI Test Harness - A reusable component for testing AI agents and prompts with beautiful UX
8 lines • 485 B
TypeScript
import * as i0 from "@angular/core";
export declare class JsonViewerWindowComponent {
jsonContent: string;
copyJsonContent(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<JsonViewerWindowComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<JsonViewerWindowComponent, "mj-json-viewer-window", never, { "jsonContent": { "alias": "jsonContent"; "required": false; }; }, {}, never, never, false, never>;
}
//# sourceMappingURL=json-viewer-window.component.d.ts.map