aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/typings.d.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-19 16:26:32 +0100
committerChocobozzz <me@florianbigard.com>2020-11-19 16:26:32 +0100
commit369e77543b0e2cd24f2353dcf6a715fca350556c (patch)
tree81734ec144291db445b73d2478e6396f77991167 /client/src/typings.d.ts
parentb355b394083aa4ea67a17e5c60e1d3e40f2defd9 (diff)
downloadPeerTube-369e77543b0e2cd24f2353dcf6a715fca350556c.tar.gz
PeerTube-369e77543b0e2cd24f2353dcf6a715fca350556c.tar.zst
PeerTube-369e77543b0e2cd24f2353dcf6a715fca350556c.zip
Lazy load emoji
Diffstat (limited to 'client/src/typings.d.ts')
-rw-r--r--client/src/typings.d.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/typings.d.ts b/client/src/typings.d.ts
index ef6c9f2f5..24473aede 100644
--- a/client/src/typings.d.ts
+++ b/client/src/typings.d.ts
@@ -4,3 +4,5 @@ declare var module: NodeModule
4interface NodeModule { 4interface NodeModule {
5 id: string 5 id: string
6} 6}
7
8declare module 'markdown-it-emoji/light'