Refactor #3879 - For Chip

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-21 16:24:22 +03:00
parent c50efe4bbf
commit b228f30c52
3 changed files with 74 additions and 6 deletions

View file

@ -28,6 +28,12 @@ const ChipProps = [
type: 'string',
default: 'pi pi-times-circle',
description: 'Icon of the remove element.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];