UNPKG

next-intl

Version:

Internationalization (i18n) for Next.js

3 lines (2 loc) 118 B
import { type ReactNode } from 'react'; export declare function renderToStream(children: ReactNode): Promise<string>;