Refactor #3832 - For Accordion

This commit is contained in:
mertsincan 2023-04-03 09:27:59 +01:00
parent 72db159a9d
commit 4a33a1cec4
3 changed files with 12 additions and 10 deletions

View file

@ -20,13 +20,13 @@ const AccordionProps = [
{
name: 'expandIcon',
type: 'string',
default: 'pi-chevron-right',
default: 'null',
description: 'Icon of a collapsed tab.'
},
{
name: 'collapseIcon',
type: 'string',
default: 'pi-chevron-down',
default: 'null',
description: 'Icon of a expanded tab.'
},
{