Initial boiler plate project
This commit is contained in:
5
node_modules/next/dist/build/webpack/loaders/next-flight-action-entry-loader.d.ts
generated
vendored
Normal file
5
node_modules/next/dist/build/webpack/loaders/next-flight-action-entry-loader.d.ts
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
export type NextFlightActionEntryLoaderOptions = {
|
||||
actions: string;
|
||||
};
|
||||
declare function nextFlightActionEntryLoader(this: any): string;
|
||||
export default nextFlightActionEntryLoader;
|
||||
Reference in New Issue
Block a user