//@filename: file.tsx //@jsx: preserve declare module JSX { interface Element { } interface IntrinsicElements { test1: Attribs1; } } interface Attribs1 { c1?: (x: string) => void; } // OK x.length} />; // OK x.leng} />; // OK // Errors x.leng} />; // Error, no leng on 'string'