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

4 lines
136 B
TypeScript

import type { FontLoader } from 'next/font';
declare const nextFontLocalFontLoader: FontLoader;
export default nextFontLocalFontLoader;