@rescript/std
Version:
The motiviation of this repo is that when ReScript users want to share their library with JS users, the JS users don't need have ReScript toolchain installed, this makes sharing code with JS users easier (more details on that topic can be found in our [Ex
60 lines (39 loc) • 612 B
JavaScript
function MakeEventWithType(Type) {
return {};
}
var Synthetic = {};
var Clipboard = {};
var Composition = {};
var Keyboard = {};
var Focus = {};
var Form = {};
var Mouse = {};
var Pointer = {};
var $$Selection = {};
var $$Touch = {};
var UI = {};
var Wheel = {};
var Media = {};
var $$Image = {};
var $$Animation = {};
var Transition = {};
export {
MakeEventWithType ,
Synthetic ,
Clipboard ,
Composition ,
Keyboard ,
Focus ,
Form ,
Mouse ,
Pointer ,
$$Selection ,
$$Touch ,
UI ,
Wheel ,
Media ,
$$Image ,
$$Animation ,
Transition ,
}
/* No side effect */