4 lines
138 B
Plaintext
4 lines
138 B
Plaintext
import type { FontLoader } from 'next/font';
|
|
declare const nextFontGoogleFontLoader: FontLoader;
|
|
export default nextFontGoogleFontLoader;
|