UNPKG
react-mana-font
Version:
latest (0.1.1)
0.1.1
0.1.0
React TypeScript wrapper for the mana-font package
react-mana-font
/
src
/
index.ts
3 lines
(2 loc)
•
91 B
text/typescript
View Raw
1
2
3
export
{
ManaSymbol
}
from
'./ManaSymbol'
;
export
type
{
ManaSymbolProps
}
from
'./types'
;