Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aaf0cb5

Browse files
Included basic for reference too
1 parent 6c99c3b commit aaf0cb5

File tree

1 file changed

+2
-1
lines changed
  • packages/ast-spec/src/jsx/JSXNamespacedName/fixtures/component-dashed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
declare namespace JSX {
22
interface IntrinsicElements {
3-
'foo-bar:baz-bam': any;
43
foo: any;
4+
'foo-bar:baz-bam': any;
55
}
66
}
77

8+
const componentBasic = <foo />;
89
const componentDashed = <foo-bar:baz-bam />;

0 commit comments

Comments
 (0)