@tarojs/components
Version:
Taro 组件库。
13 lines (12 loc) • 320 B
TypeScript
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;
}