类型别名 LoaderFunction<Context>

LoaderFunction<Context>: ((args: LoaderFunctionArgs<Context>, handlerCtx?: unknown) => DataFunctionReturnValue) & {
    hydrate?: boolean;
}

路由加载器函数签名

类型参数

  • Context = any