aboutsummaryrefslogtreecommitdiff
path: root/src/typings
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-02-25 22:25:39 -0500
committerbobzel <zzzman@gmail.com>2025-02-25 22:25:39 -0500
commit91b67053456581722457bdc95da79a023f27b412 (patch)
tree8286cdb8c76ac86c02b0e3525bc6bdd6ebfb35f2 /src/typings
parent48f1443de07a31f6efbb94444dd36c3505f8f838 (diff)
updated packages and fixed some cimplier warnings.
Diffstat (limited to 'src/typings')
-rw-r--r--src/typings/index.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/typings/index.d.ts b/src/typings/index.d.ts
index bee79a38d..dbfabed51 100644
--- a/src/typings/index.d.ts
+++ b/src/typings/index.d.ts
@@ -13,6 +13,7 @@ declare module 'iink-js';
declare module 'pdfjs-dist/web/pdf_viewer';
declare module 'react-jsx-parser';
declare module 'type_decls.d';
+declare module 'standard-http-error';
declare module '@react-pdf/renderer' {
import * as React from 'react';