1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 00:33:59 +03:00
semantic/test/fixtures/tsx/corpus/jsx-elements.A.tsx
2019-06-06 18:44:15 -04:00

4 lines
124 B
TypeScript

var a = <Text {...css(styles.titleText)}>{children}</Text>
var b = <Foo.Text></Foo.Text>
var c = <Foo.Text foo bar="zed" />