DenReg/jsx-html/examples/browser/src/index.tsx

6 lines
127 B
TypeScript

import { jsx, ElementNode } from 'async-jsx-html';
export function Test(): ElementNode {
return <div>Hello World</div>;
}