Files
Webklar.com/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.d.ts
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

5 lines
156 B
TypeScript

import React from 'react';
type CaptureFn = (moduleName: string) => void;
export declare const LoadableContext: React.Context<CaptureFn | null>;
export {};