ClientLoaderFunction: ((args: ClientLoaderFunctionArgs) => ReturnType<LoaderFunction>) & {
    hydrate?: boolean;
}

一个在客户端为路由加载数据的函数