We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TypedStructuredSelectorCreator
1 parent 8b93622 commit 4cc0883Copy full SHA for 4cc0883
src/createStructuredSelector.ts
@@ -77,6 +77,7 @@ export type RootStateSelectors<RootState = any> = {
77
*
78
* @since 5.0.0
79
* @public
80
+ * @deprecated Please use {@linkcode StructuredSelectorCreator.withTypes createstructuredselector.withTypes<RootState>()} instead.
81
*/
82
export type TypedStructuredSelectorCreator<RootState = any> =
83
/**
0 commit comments