UNPKG

react-mana-symbols

Version:

React component library for rendering Magic: The Gathering mana symbols

4 lines (3 loc) 128 B
import React from 'react'; import { ManaCostProps } from '../types'; export declare const ManaCost: React.FC<ManaCostProps>;