canvas.d.ts 221 Bytes
Newer Older
程默 committed
1 2 3 4 5 6
/// <reference types="miniprogram-api-typings" />
declare type CanvasContext = WechatMiniprogram.CanvasContext;
export declare function adaptor(
  ctx: CanvasContext & Record<string, unknown>
): CanvasContext;
export {};