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

10 lines
121 B
TypeScript
Raw Normal View History

2015-06-22 20:53:55 +02:00
//@jsx: preserve
2015-06-18 23:03:43 +02:00
declare namespace JSX {
interface IntrinsicElements {
x: { y: number; z: string; };
}
}