Toolbar pt updates

This commit is contained in:
Bahadır Sofuoğlu 2023-03-28 15:20:20 +03:00
parent 9753f2ba72
commit 917b09a67b
3 changed files with 57 additions and 4 deletions

View file

@ -4,6 +4,12 @@ const ToolbarProps = [
type: 'string',
default: 'null',
description: 'Defines a string value that labels an interactive element.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];