UNPKG

react-mana-symbols

Version:

React component library for rendering Magic: The Gathering mana symbols

4 lines (3 loc) 201 B
export { ManaSymbol } from './components/ManaSymbol'; export { ManaCost } from './components/ManaCost'; export type { ManaSymbol as ManaSymbolType, ManaSymbolProps, ManaCostProps, } from './types';