6 lines
201 B
TypeScript
6 lines
201 B
TypeScript
declare function convertInlinePNG(source: any, dest: any): any;
|
|
declare const _default: {
|
|
convertInlinePNG: typeof convertInlinePNG;
|
|
};
|
|
export default _default;
|
|
//# sourceMappingURL=images.d.ts.map
|