UNPKG

@tarojs/components

Version:
13 lines (12 loc) 320 B
import { ComponentInterface } from '../../stencil-public-runtime'; export declare class Canvas implements ComponentInterface { private timer; canvasId: string; nativeProps: {}; el: HTMLElement; onLongTap: any; onTouchStart: () => void; onTouchMove: () => void; onTouchEnd: () => void; render(): any; }