mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-28 08:17:54 +08:00
Add createStore statics test
This commit is contained in:
@@ -9,6 +9,10 @@ const TestStore = createStore({
|
||||
ACTION_NAME: 'actionHandler'
|
||||
},
|
||||
|
||||
statics: {
|
||||
staticMethod() {}
|
||||
},
|
||||
|
||||
initialize() { },
|
||||
|
||||
actionHandler() {
|
||||
|
||||
Reference in New Issue
Block a user