Skip to main content

useSelector

创建

该函数由appSelectorHookCreater工厂函数创建。

export const useSelector = appSelectorHookCreater<ReduxState>;