Refactor #3797 - Splitter updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-27 10:13:31 +03:00
parent 094245e2d3
commit c14c2f160e
6 changed files with 115 additions and 4 deletions

View file

@ -10,6 +10,12 @@ const SplitterPanelProps = [
type: 'number',
default: 'null',
description: 'Minimum size of the element relative to 100%.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];