UNPKG

@autifyhq/muon

Version:

Muon - AI-Powered Playwright Test Coding Agent with Advanced Test Fixing Capabilities

13 lines (12 loc) 329 B
import type React from 'react'; import type { MuonAuth } from '../auth.js'; export interface MuonAppProps { serverUrl: string; agentType: string; projectPath: string; apiKey?: string; accessToken?: string; nlstepMode?: boolean; auth?: MuonAuth; } export declare const MuonApp: React.FC<MuonAppProps>;