Files
muzak/node_modules/@next/font/dist/next-font-error.d.ts
T
2025-07-02 11:28:41 +02:00

5 lines
173 B
TypeScript

/**
* Throw NextFontError error. Used by the WellKnownErrorsPlugin to format errors thrown by next/font.
*/
export declare function nextFontError(message: string): never;