tutanota/libs/libs.d.ts
ivk 2e93b24af2
Improve how models are generated
The idea is to reduce number of separate files and imports for them to
make it easier on compiler. Unfortunately so far the gains are not as
big as we hoped but this change can be a base towards reducing direct
dependency on typeModels to that we can avoid recompiling them.
Because of that we try to avoid importing them directly and
theoretically we could reduce it even more.
2022-04-25 15:50:51 +02:00

8 lines
No EOL
127 B
TypeScript
Vendored

/**
* Type declarations for libraries that do not come with them
*/
declare module 'squire-rte' {
export default Squire;
}