UNPKG

react-mana-symbols

Version:

React component library for rendering Magic: The Gathering mana symbols

5 lines (4 loc) 202 B
import React from 'react'; import { ManaSymbolProps } from '../types'; declare const ManaSymbol: ({ symbol, size, className, }: ManaSymbolProps) => React.ReactElement | null; export { ManaSymbol };