bpms_site/.svn/pristine/7d/7dec9edb502b095aa646c1b2a2dbbfc68201a4ee.svn-base
2025-11-02 16:38:49 +03:30

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;