UNPKG

@next/font

Version:

`@next/font` includes built-in automatic self-hosting for any font file. This means you can optimally load web fonts with zero layout shift, thanks to the underlying CSS size-adjust property used.

3 lines (2 loc) 155 B
import asyncRetry from 'next/dist/compiled/async-retry'; export declare function retry<T>(fn: asyncRetry.RetryFunction<T>, retries: number): Promise<any>;