Files
Webklar.com/node_modules/next/dist/build/webpack/loaders/next-flight-action-entry-loader.d.ts
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

6 lines
184 B
TypeScript

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