TypeScript/tests/cases/fourslash/tsxCompletion1.ts

13 lines
321 B
TypeScript

/// <reference path='fourslash.ts' />
//@Filename: file.tsx
//// declare module JSX {
//// interface Element { }
//// interface IntrinsicElements {
//// div: { ONE: string; TWO: number; }
//// }
//// }
//// var x = <div /**//>;
verify.completions({ marker: "", exact: ["ONE", "TWO"] });