UNPKG

next-intl

Version:

Internationalization (i18n) for Next.js

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