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
/
index.js
6 lines
(5 loc)
•
272 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
ManaSymbol
=
void
0
;
var
ManaSymbol
_1 =
require
(
"./ManaSymbol"
);
Object
.
defineProperty
(
exports
,
"ManaSymbol"
, {
enumerable
:
true
,
get
:
function
(
) {
return
ManaSymbol
_1.
ManaSymbol
; } });