1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00
semantic/test/fixtures/tsx/corpus/jsx-elements.A.tsx

4 lines
124 B
TypeScript
Raw Normal View History

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