mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 16:39:33 +08:00
Fix all of the playground type errors (#2116)
* Fix several playground errors * Fix more types * Remove ts-ignores * Small fix * Small fix * Small changes * Remove unnecessary dep * Add katex types * Small fix
This commit is contained in:
12
libdefs/globals.d.ts
vendored
Normal file
12
libdefs/globals.d.ts
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
declare module '*.svg' {
|
||||
const content: any;
|
||||
export default content;
|
||||
}
|
||||
declare module '*.gif' {
|
||||
const content: any;
|
||||
export default content;
|
||||
}
|
||||
declare module '*.jpg' {
|
||||
const content: any;
|
||||
export default content;
|
||||
}
|
Reference in New Issue
Block a user