ClientLoaderFunctionArgs
react-router

ClientLoaderFunctionArgs type

type ClientLoaderFunctionArgs = RRLoaderFunctionArgs<undefined> & { 
  serverLoader: {  },
}

Arguments passed to a route clientLoader function

Docs and examples CC 4.0