Refactor #3879 - For Skeleton

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-24 12:43:33 +03:00
parent 51653f96f8
commit cc7d0ccce2
3 changed files with 42 additions and 1 deletions

View file

@ -34,6 +34,12 @@ const SkeletonProps = [
type: 'string',
default: 'wave',
description: 'Type of the animation, valid options are "wave" and "none".'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];