astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-action-entry-loader.d.ts
2026-04-07 20:51:00 +08:00

6 lines
184 B
TypeScript

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