Refactor #3924 - For VirtualScroller

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-05 09:37:18 +03:00
parent a1f6e57d43
commit afd4ddde69
4 changed files with 112 additions and 5 deletions

View file

@ -101,6 +101,12 @@ const VirtualScrollerProps = [
type: 'number|string',
default: '0',
description: 'Index of the element in tabbing order.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];