UNPKG

@praetorian-chariot/ui

Version:

The UI component library for Chariot, built with Tailwind CSS and React.

7 lines 196 B
import React from "react"; interface ThreatIntelProps { className?: string; } export declare const ThreatIntel: React.FC<ThreatIntelProps>; export {}; //# sourceMappingURL=ThreatIntel.d.ts.map