@bolttech/server-side-next
Version:
This library was generated with [Nx](https://nx.dev).
13 lines (12 loc) • 407 B
TypeScript
/// <reference types="react" />
import { Head } from 'next/document';
declare type DocumentFiles = {
sharedFiles: readonly string[];
pageFiles: readonly string[];
allFiles: readonly string[];
};
export default class HeadWithoutPreload extends Head {
getPreloadDynamicChunks(): (JSX.Element | null)[];
getPreloadMainLinks(_: DocumentFiles): JSX.Element[] | null;
}
export {};