UNPKG

next

Version:

The React Framework

6 lines (5 loc) 184 B
export type NextFlightActionEntryLoaderOptions = { actions: string; }; declare function nextFlightActionEntryLoader(this: any): string; export default nextFlightActionEntryLoader;