mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
56 lines
1.2 KiB
JavaScript
56 lines
1.2 KiB
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "LocalSvg", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _LocalSvg.LocalSvg;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "SvgCss", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _css.SvgCss;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "SvgCssUri", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _css.SvgCssUri;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "SvgWithCss", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _css.SvgWithCss;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "SvgWithCssUri", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _css.SvgWithCssUri;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "WithLocalSvg", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _LocalSvg.WithLocalSvg;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "inlineStyles", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _css.inlineStyles;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "loadLocalRawResource", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _LocalSvg.loadLocalRawResource;
|
|
}
|
|
});
|
|
var _css = require("./css");
|
|
var _LocalSvg = require("./LocalSvg");
|
|
//# sourceMappingURL=index.js.map
|