UNPKG

252 BTypeScriptView Raw
1import { ComponentInterface } from '../../stencil-public-runtime';
2export declare class SkeletonText implements ComponentInterface {
3 el: HTMLElement;
4 /**
5 * If `true`, the skeleton text will animate.
6 */
7 animated: boolean;
8 render(): any;
9}