mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 16:05:53 +08:00
commit message
This commit is contained in:
11
js_sdk/u-draw-poster/index.d.ts
vendored
Normal file
11
js_sdk/u-draw-poster/index.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { DrawPosterBuildOpts } from "./utils/interface";
|
||||
import DrawPoster from "./draw-poster";
|
||||
import drawQrCode from "./extends/draw-qr-code/index";
|
||||
import createFromList from './extends/create-from-list/index';
|
||||
import drawPainter from './extends/draw-painter/index';
|
||||
declare const useDrawPoster: (options: string | DrawPosterBuildOpts) => Promise<DrawPoster & import("./utils/interface").drawPosterExtends>;
|
||||
declare const useDrawPosters: (optionsAll: (string | DrawPosterBuildOpts)[]) => Promise<{
|
||||
[key: string]: DrawPoster & import("./utils/interface").drawPosterExtends;
|
||||
}>;
|
||||
export { DrawPoster, useDrawPoster, useDrawPosters, drawQrCode, drawPainter, createFromList };
|
||||
export default DrawPoster;
|
||||
Reference in New Issue
Block a user