mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Refactor #3965 - For Skeleton
This commit is contained in:
parent
a686bd42e7
commit
0a105eb0f2
3 changed files with 102 additions and 74 deletions
5
components/lib/skeleton/Skeleton.d.ts
vendored
5
components/lib/skeleton/Skeleton.d.ts
vendored
|
@ -73,6 +73,11 @@ export interface SkeletonProps {
|
|||
* @type {SkeletonPassThroughOptions}
|
||||
*/
|
||||
pt?: SkeletonPassThroughOptions;
|
||||
/**
|
||||
* When enabled, it removes component related styles in the core.
|
||||
* @defaultValue false
|
||||
*/
|
||||
unstyled?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue