UNPKG

@tarojs/components

Version:
12 lines (11 loc) 320 B
import { ComponentInterface, EventEmitter } from '../../stencil-public-runtime'; export declare class CoverImage implements ComponentInterface { src: string; nativeProps: {}; onLoad: EventEmitter; onError: EventEmitter; private imgRef; imageOnLoad(): void; imageOnError(e: Event): void; render(): any; }