mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-04 19:42:46 +08:00
Implemented StoresList in tests.
This commit is contained in:
committed by
GitHub
parent
91c1355890
commit
528ba240c9
@@ -38,7 +38,7 @@ interface State {
|
||||
}
|
||||
|
||||
class CounterContainer extends React.Component<Props, State> {
|
||||
static getStores() {
|
||||
static getStores(): Container.StoresList {
|
||||
return [Store];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user