TypeScript/tests/cases/compiler/jsxAttributeWithoutExpressionReact.tsx

10 lines
211 B
TypeScript
Raw Normal View History

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