UNPKG

automagik-cli

Version:

Automagik CLI - A powerful command-line interface for interacting with Automagik Hive multi-agent AI systems

7 lines (6 loc) 246 B
interface AppProps { version: string; } export declare const AppWrapper: (props: AppProps) => import("react/jsx-runtime").JSX.Element; declare const App: ({ version }: AppProps) => import("react/jsx-runtime").JSX.Element; export default App;