//@filename: file.tsx //@jsx: react declare module JSX { interface Element { } interface IntrinsicElements { [s: string]: any; } } declare var React: any;
Dot goes here: ·
;