UNPKG

@defikitdotnet/x-ai-combat

Version:

XCombatAI - Social Media Engagement Template for the Agent Framework

11 lines 286 B
import React from 'react'; interface NavbarProps { agentId?: string; } /** * Navbar component with user info and navigation * Styled with Twitter-inspired light blue theme */ declare const Navbar: React.FC<NavbarProps>; export default Navbar; //# sourceMappingURL=Navbar.d.ts.map