//@filename: file.tsx
//@jsx: react
declare module JSX {
interface Element { }
interface IntrinsicElements {
[s: string]: any;
}
}
declare var React: any;
Dot goes here: · ¬AnEntity;
;
Be careful of "-ed strings!
;
{{braces}}
;
// Escapes do nothing
\n
;
// Also works in string literal attributes
;
// Does not happen for a string literal that happens to be inside an attribute (and escapes then work)
;
// Preserves single quotes
;
// https://github.com/microsoft/TypeScript/issues/35732
🐈🐕🐇🐑
;