bs-spectacle
Version:
Spectacle bindings for Bucklescript
18 lines (14 loc) • 813 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");
var BaseProps$BsSpectacle = require("../BaseProps.js");
function make(italic, bold, caps, margin, padding, textColor, textSize, textAlign, textFont, bgColor, bgImage, bgSize, bgPosition, bgRepeat, bgDarken, overflow, height, source, children) {
var tmp = { };
if (source) {
tmp.source = source[0];
}
return ReasonReact.wrapJsForReason(Spectacle.Markdown, BaseProps$BsSpectacle.extendProps(italic, bold, caps, margin, padding, textColor, textSize, textAlign, textFont, bgColor, bgImage, bgSize, bgPosition, bgRepeat, bgDarken, overflow, height, tmp), children);
}
exports.make = make;
/* spectacle Not a pure module */