UNPKG

@tarojs/components

Version:
6 lines (5 loc) 167 B
import { ComponentInterface } from '../../stencil-public-runtime'; export declare class Text implements ComponentInterface { selectable: boolean; render(): any; }