mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 16:05:53 +08:00
4 lines
218 B
TypeScript
4 lines
218 B
TypeScript
import { Canvas } from "./interface";
|
|
export declare const downloadImgUrl: (url: string) => Promise<string>;
|
|
export declare const getCanvas2dContext: (selector: string, componentThis?: any) => Promise<Canvas | {}>;
|