mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-20 21:12:38 +08:00
Remove unnecessary references in test files. (#14900)
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
|
||||
/// <reference types="react" />
|
||||
/// <reference types="react-dom" />
|
||||
|
||||
|
||||
import * as React from "react"
|
||||
import * as ReactDOM from "react-dom"
|
||||
|
||||
@@ -45,10 +40,10 @@ class Test extends React.Component<React.Props<{}>, {}> {
|
||||
itemComponent={itemComponent}
|
||||
/>
|
||||
<Combobox
|
||||
itemComponent={itemComponent}
|
||||
itemComponent={itemComponent}
|
||||
/>
|
||||
<DropdownList
|
||||
itemComponent={itemComponent}
|
||||
itemComponent={itemComponent}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user