UNPKG
sioux-ui-switch
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
UISwitch module for sioux
github.com/gerhardberger/sioux-ui-switch
gerhardberger/sioux-ui-switch
sioux-ui-switch
/
example
/
node_modules
/
browserify
/
test
/
standalone
/
main.js
3 lines
•
77 B
JavaScript
View Raw
1
2
3
module
.
exports
=
function
(
cb
) {
cb
(
require
(
'./one'
),
require
(
'./two'
)); };