UNPKG

rsc-superjson

Version:

A superjson wrapper for React Server Components (RSC) and Next.js

5 lines 258 B
import SuperJSON from "superjson"; export default function RegisterSuperjsonCustomTypesClientside({ registerCustomTypes, }: { registerCustomTypes: (superjson: typeof SuperJSON) => void; }): null; //# sourceMappingURL=register-custom-types-client.d.ts.map