mirror of
https://github.com/r2r90/canvas-label.git
synced 2025-12-17 05:29:27 +00:00
4 lines
189 B
TypeScript
4 lines
189 B
TypeScript
import type { RootState } from "@/store/store";
|
|
import { TypedUseSelectorHook, useSelector } from "react-redux";
|
|
|
|
export const useAppSelector: TypedUseSelectorHook<RootState> = useSelector |