UNPKG

@lilybird/jsx

Version:
9 lines (8 loc) 216 B
export const jsxs = jsx; export function jsx(component, props) { return component(props); } export function jsxDEV(component, props) { console.log("Parsing JSX props:", props); return component(props); }