diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-19 16:26:32 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-19 16:26:32 +0100 |
commit | 369e77543b0e2cd24f2353dcf6a715fca350556c (patch) | |
tree | 81734ec144291db445b73d2478e6396f77991167 /client/src/typings.d.ts | |
parent | b355b394083aa4ea67a17e5c60e1d3e40f2defd9 (diff) | |
download | PeerTube-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.ts | 2 |
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 | |||
4 | interface NodeModule { | 4 | interface NodeModule { |
5 | id: string | 5 | id: string |
6 | } | 6 | } |
7 | |||
8 | declare module 'markdown-it-emoji/light' | ||