bs-spectacle
Version:
Spectacle bindings for Bucklescript
13 lines (9 loc) • 336 B
JavaScript
// Generated by BUCKLESCRIPT VERSION 2.2.2, PLEASE EDIT WITH CARE
;
var Spectacle = require("spectacle");
var ReasonReact = require("reason-react/src/ReasonReact.js");
function make(children) {
return ReasonReact.wrapJsForReason(Spectacle.Magic, { }, children);
}
exports.make = make;
/* spectacle Not a pure module */