mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-07 09:49:07 +00: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