5 lines
188 B
TypeScript
5 lines
188 B
TypeScript
// # 3rd Party Library
|
|
// If the library doesn't have typings available at `@types/`,
|
|
// you can still use it by manually adding typings for it
|
|
declare module 'quill-image-resize-module';
|