UNPKG

@praetorian-chariot/ui

Version:

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

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