UNPKG

next

Version:

The React Framework

6 lines (5 loc) 194 B
export declare const DYNAMIC_ERROR_CODE = "DYNAMIC_SERVER_USAGE"; export declare class DynamicServerError extends Error { digest: typeof DYNAMIC_ERROR_CODE; constructor(type: string); }