Refactor #3885 - For Sidebar

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-24 14:44:52 +03:00
parent 02c1df8932
commit b913aab3c4
3 changed files with 83 additions and 7 deletions

View file

@ -58,6 +58,12 @@ const SidebarProps = [
type: 'string',
default: 'undefined',
description: 'Icon to display in the sidebar close button.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];