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
/
dist
/
ManaSymbol.d.ts
5 lines
(4 loc)
•
150 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
'mana-font'
;
import
{
ManaSymbolProps
}
from
'./types'
;
export
declare
const
ManaSymbol
:
React
.
FC
<
ManaSymbolProps
>;