UNPKG
skycons-component
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.0
Easy to use component with support for skycons weather icons
skycons-component
/
dist
/
index.js
9 lines
(6 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
_Skycons =
require
(
'./Skycons'
);
exports
.
default
= _Skycons.
Skycons
;