UNPKG

@defikitdotnet/x-ai-combat

Version:

XCombatAI - Social Media Engagement Template for the Agent Framework

9 lines 226 B
import React from 'react'; /** * PostPanel component * * Displays a list of posts the current user has interacted with */ declare const PostPanel: React.FC; export default PostPanel; //# sourceMappingURL=PostPanel.d.ts.map