/** * * Skeleton is a placeholder to display instead of the actual content. * * [Live Demo](https://www.primevue.org/skeleton/) * * @module skeletonstyle * */ import { BaseStyle } from '../../base/style'; export enum SkeletonClasses { root = 'p-skeleton' } export interface SkeletonStyle extends BaseStyle {}