Files
novarix.uk/node_modules/next/dist/shared/lib/size-limit.d.ts
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

7 lines
306 B
TypeScript

import type { SizeLimit } from '../../types';
export declare const DEFAULT_MAX_POSTPONED_STATE_SIZE: SizeLimit;
/**
* Parses the maxPostponedStateSize config value, using the default if not provided.
*/
export declare function parseMaxPostponedStateSize(size: SizeLimit | undefined): number | undefined;