mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
11 lines
173 B
TypeScript
11 lines
173 B
TypeScript
// @jsx: react-jsx,react-jsxdev
|
|
// @strict: true
|
|
// @module: commonjs
|
|
/// <reference path="/.lib/react16.d.ts" />
|
|
const a = <>
|
|
<p></p>
|
|
text
|
|
<div></div>
|
|
</>
|
|
|
|
export {}; |