UNPKG

@spark-web/next-utils

Version:

--- title: Next.js Utils isExperimentalPackage: true ---

5 lines (4 loc) 272 B
import type { DocumentInitialProps } from 'next/document'; export declare function propsWithCssText( /** Value returned from the getInitialProps static method on the Document class (in next/document). */ initialProps: DocumentInitialProps): Promise<DocumentInitialProps>;