UNPKG

@kvinc/mreact

Version:

martin's simple react

10 lines (8 loc) 143 B
const createElement = function(tag, attrs, ...children) { return { tag, attrs, children } } export { createElement }