mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
5 lines
335 B
TypeScript
5 lines
335 B
TypeScript
// Declare codemirror module so that we can import it using the import syntax.
|
|
// This also means it will implicitly have the any type, which is necessary because
|
|
// of the flexible manner that codemirror is made https://discuss.codemirror.net/t/basic-codemirror-configuration-in-typescript-project/2047/2
|
|
declare module 'codemirror';
|