uploadthing
Version:
Learn more: [docs.uploadthing.com](https://docs.uploadthing.com)
33 lines (29 loc) • 1.37 kB
TypeScript
import { FileRouter, RouteHandlerOptions, UTFiles, UTRegion, UnsetMarker, UploadBuilder } from "../dist/types-Cwclb_Oq.js";
import { CreateBuilderOptions } from "../dist/upload-builder-CLL_3_tk.js";
import * as _uploadthing_shared48 from "@uploadthing/shared";
import { Json } from "@uploadthing/shared";
import { ActionFunctionArgs } from "@remix-run/server-runtime";
//#region src/remix.d.ts
type AdapterArgs = {
event: ActionFunctionArgs;
};
declare const createUploadthing: <TErrorShape extends Json>(opts?: CreateBuilderOptions<TErrorShape>) => <TRouteOptions extends _uploadthing_shared48.RouteOptions>(input: _uploadthing_shared48.FileRouterInputConfig, config?: TRouteOptions | undefined) => UploadBuilder<{
_routeOptions: TRouteOptions;
_input: {
in: UnsetMarker;
out: UnsetMarker;
};
_metadata: UnsetMarker;
_adapterFnArgs: AdapterArgs;
_errorShape: TErrorShape;
_errorFn: UnsetMarker;
_output: UnsetMarker;
}>;
declare const createRouteHandler: <TRouter extends FileRouter>(opts: RouteHandlerOptions<TRouter>) => {
action: (args_0: ActionFunctionArgs) => Promise<Response>;
loader: (args_0: ActionFunctionArgs) => Promise<Response>;
};
//#endregion
//# sourceMappingURL=remix.d.ts.map
export { FileRouter, UTFiles, createRouteHandler, createUploadthing, UTRegion as experimental_UTRegion };
//# sourceMappingURL=index.d.ts.map