Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function make(color, onChange, children) {
return ReasonReact.wrapJsForReason(Sketch.default, {
color: Js_null_undefined.fromOption(color),
onChange: Js_null_undefined.fromOption(onChange)
}, children);
}