UNPKG

@tarojs/components

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