.
This commit is contained in:
Generated
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
import type { webpack } from 'next/dist/compiled/webpack/webpack';
|
||||
export type NextFlightActionEntryLoaderOptions = {
|
||||
actions: string;
|
||||
};
|
||||
export type FlightActionEntryLoaderActions = [
|
||||
path: string,
|
||||
actions: {
|
||||
id: string;
|
||||
exportedName?: string;
|
||||
filename?: string;
|
||||
}[]
|
||||
][];
|
||||
declare function nextFlightActionEntryLoader(this: webpack.LoaderContext<NextFlightActionEntryLoaderOptions>): string;
|
||||
export default nextFlightActionEntryLoader;
|
||||
Reference in New Issue
Block a user