mirror of
https://github.com/vector-im/element-web.git
synced 2026-07-08 00:09:47 +00:00
11 lines
314 B
Diff
11 lines
314 B
Diff
diff --git a/client.d.ts b/client.d.ts
|
|
index d884a7e4491d62031b7df17250957084c4b3f70e..bf2a78c177e14109c062d09cd35884470ef7ebf0 100644
|
|
--- a/client.d.ts
|
|
+++ b/client.d.ts
|
|
@@ -1,3 +1,4 @@
|
|
declare module '*.css' {
|
|
- export default styles as CSSStyleSheet;
|
|
+ const styles: CSSStyleSheet;
|
|
+ export default styles;
|
|
}
|