UNPKG

@tarojs/components

Version:
6 lines (5 loc) 181 B
import { ComponentInterface } from '../../stencil-public-runtime'; export declare class ContactButton implements ComponentInterface { componentDidLoad(): void; render(): any; }