mirror of
https://github.com/github/semantic.git
synced 2024-12-01 09:15:01 +03:00
4 lines
124 B
TypeScript
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" />
|