UNPKG

react-mana-symbols

Version:

React component library for rendering Magic: The Gathering mana symbols

4 lines (3 loc) 195 B
import { ManaSymbol } from './types'; export declare const parseManaSymbols: (cost: string) => ManaSymbol[]; export declare const validateManaSymbol: (symbol: string) => symbol is ManaSymbol;