Files
Shifted/node_modules/next/dist/build/webpack/loaders/next-flight-action-entry-loader.d.ts
2026-02-10 01:14:19 +00:00

6 lines
184 B
TypeScript

export type NextFlightActionEntryLoaderOptions = {
actions: string;
};
declare function nextFlightActionEntryLoader(this: any): string;
export default nextFlightActionEntryLoader;