UNPKG

next

Version:

The React Framework

12 lines (11 loc) 264 B
export declare class PageSignatureError extends Error { constructor({ page }: { page: string; }); } export declare class RemovedPageError extends Error { constructor(); } export declare class RemovedUAError extends Error { constructor(); }