UNPKG
@mozaic-ds/icons-react
Version:
beta (0.1.0-beta.5)
latest (0.1.0-beta.3)
0.1.0-beta.5
0.1.0-beta.4
0.1.0-beta.3
ADS icons for React usage
github.com/adeo/ads-icons-react
adeo/ads-icons-reeact
@mozaic-ds/icons-react
/
lib
/
_virtual
/
_commonjsHelpers.js
8 lines
(5 loc)
•
216 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
function
getDefaultExportFromCjs
(
x
) {
return
x && x.
__esModule
&&
Object
.
prototype
.
hasOwnProperty
.
call
(x,
'default'
) ? x[
'default'
] : x; }
exports
.
getDefaultExportFromCjs
= getDefaultExportFromCjs;