mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +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 {};
|