aboutsummaryrefslogtreecommitdiff
path: root/src/typings
diff options
context:
space:
mode:
authorkimdahey <claire_kim1@brown.edu>2019-12-03 16:32:13 -0500
committerkimdahey <claire_kim1@brown.edu>2019-12-03 16:32:13 -0500
commit70583fa47bd9920d1823d381708c81283534d6ce (patch)
tree5c81976813436852403ea352797efe1d518dbb1a /src/typings
parent56b83d89f37a5523ab319977e3385f539ecaf996 (diff)
parent213962406327cc2f7267064f3016fabf0fd16872 (diff)
merged w master
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 36d828fdb..9e8ace962 100644
--- a/src/typings/index.d.ts
+++ b/src/typings/index.d.ts
@@ -1,6 +1,7 @@
/// <reference types="node" />
declare module 'googlephotos';
+declare module 'react-image-lightbox-with-rotate';
declare module '@react-pdf/renderer' {
import * as React from 'react';