Skip to content

Commit

Permalink
primefaces#15535 - skeleton value changed from a shape to string for …
Browse files Browse the repository at this point in the history
…rem values
  • Loading branch information
F3KTOR committed May 11, 2024
1 parent 9d82a05 commit 072c4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/skeleton/skeleton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class Skeleton {
* Size of the skeleton.
* @group Props
*/
@Input() size: 'circle' | 'square' | undefined;
@Input() size: string | undefined;
/**
* Width of the element.
* @group Props
Expand Down

0 comments on commit 072c4a9

Please sign in to comment.