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