UNPKG

@praetorian-chariot/ui

Version:

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

4 lines 152 B
import React from 'react'; export interface SVGComponentProps extends Omit<React.SVGProps<SVGSVGElement>, 'ref'> { } //# sourceMappingURL=index.d.ts.map