primevue-mirror/components/lib/skeleton/style/SkeletonStyle.d.ts

20 lines
377 B
TypeScript

/**
*
* 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 {
/**
* Class name of the root element
*/
root = 'p-skeleton'
}
export interface SkeletonStyle extends BaseStyle {}