0.0.1 • Published 5 months ago

tsx-to-xml v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

TSX-to-XML

Install

npm i -S tsx-to-xml

Basic Usage

import { render } from 'tsx-to-xml';

console.log(render(<div prop="3">Hello, XML!</div>));
0.0.1

5 months ago