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