4 lines
132 B
TypeScript
4 lines
132 B
TypeScript
declare function nextImageLoader(this: any, content: Buffer): any;
|
|
export declare const raw = true;
|
|
export default nextImageLoader;
|