TypeScript/tests/cases/conformance/jsx/tsxElementResolution5.tsx

9 lines
134 B
TypeScript
Raw Normal View History

2015-06-18 23:03:43 +02:00
//@jsx: preserve
//@filename: file1.tsx
declare module JSX {
interface Element { }
}
// OK, but implicit any
<div n='x' />;