forked from rescript-lang/rescript-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReact.bs.js
More file actions
36 lines (26 loc) · 668 Bytes
/
React.bs.js
File metadata and controls
36 lines (26 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// Generated by ReScript, PLEASE EDIT WITH CARE
'use strict';
var React = require("react");
var Children = {};
var Context = {};
var Fragment = {};
var StrictMode = {};
var Suspense = {};
function lazy_(load) {
return React.lazy(async function () {
return {
default: await load()
};
});
}
var Uncurried = {};
var Activity = {};
exports.Children = Children;
exports.Context = Context;
exports.Fragment = Fragment;
exports.StrictMode = StrictMode;
exports.Suspense = Suspense;
exports.lazy_ = lazy_;
exports.Uncurried = Uncurried;
exports.Activity = Activity;
/* react Not a pure module */