Refactor #3879 - For Badge

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-21 16:22:04 +03:00
parent a71d3810e1
commit 3d6847aea6
3 changed files with 41 additions and 1 deletions

View file

@ -16,6 +16,12 @@ const BadgeProps = [
type: 'string',
default: 'null',
description: 'Size of the badge, valid options are "large" and "xlarge".'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];