DenReg/jsx-html/examples/00.tsx

7 lines
251 B
TypeScript
Raw Normal View History

2020-10-14 00:56:11 +00:00
/// <reference path="https://raw.githubusercontent.com/apiel/jsx-html/latest/jsx.d.ts" />
import { React } from 'https://raw.githubusercontent.com/apiel/jsx-html/latest/mod.ts';
const View = () => <div>Hello</div>;
console.log((<View />).render());