torque-pro-assistant - v1.0.0
    Preparing search index...

    Variable useAppSelectorConst

    useAppSelector: TypedUseSelectorHook<RootState> = useSelector

    Pre-typed useSelector hook bound to the renderer's RootState. Lets selector callbacks be written as (state: RootState) => ... without casting. Use everywhere instead of importing useSelector from react-redux directly.