UNPKG

primeng

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primeng.svg)](https://badge.fury.io/js/primeng) [![npm downloads](https://img.shields.io/npm/dm/primeng.sv

19 lines (18 loc) 414 B
export declare class Skeleton { styleClass: string; style: any; shape: string; animation: string; borderRadius: string; size: string; width: string; height: string; containerClass(): { 'p-skeleton p-component': boolean; 'p-skeleton-circle': boolean; 'p-skeleton-none': boolean; }; containerStyle(): any; } export declare class SkeletonModule { }