UNPKG

react-mana-symbols

Version:

React component library for rendering Magic: The Gathering mana symbols

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