TypeScript/tests/cases/compiler/jsxAttributeWithoutExpressionReact.tsx
2017-01-03 11:21:23 -08:00

10 lines
211 B
TypeScript

//@jsx: react
declare var React: any;
<View>
<ListView refreshControl={
<RefreshControl onRefresh={} refreshing={} />
} dataSource={this.state.ds} renderRow={}>
</ListView>
</View>