TypeScript/tests/cases/conformance/jsx/tsxAttributeResolution.tsx
2015-06-22 11:53:55 -07:00

10 lines
121 B
TypeScript

//@jsx: preserve
declare namespace JSX {
interface IntrinsicElements {
x: { y: number; z: string; };
}
}