UNPKG

@praetorian-chariot/ui

Version:

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

7 lines 163 B
import React from 'react'; interface Props { skipHover?: boolean; } export declare const Horse: React.FC<Props>; export {}; //# sourceMappingURL=Horse.d.ts.map