UNPKG

@praetorian-chariot/ui

Version:

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

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