Refactor #3924 - For DataView & DataViewLayoutOptions

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-10 01:39:10 +03:00
parent f101f1379d
commit b82bf5295a
7 changed files with 173 additions and 13 deletions

View file

@ -4,6 +4,12 @@ const DataViewLayoutOptionsProps = [
type: 'string',
default: 'null',
description: 'Value of the component.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];